Nevermind, I got it working.
lexbubba
07-16-2018, 01:31 AM
Could you share what you did? Also interested...
I just wanted a simple script to execute sloot whenever I exited berserk, so I got this:
def dostuff()
waitfor "The redness fades from the world and you begin to breathe harder."
if (!running? "sloot")
start_script "sloot"
end
end
loop{dostuff
pause 1}
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.