Reply to Re: Help with complicated script
If you don't have an account, just leave the password field blank.
I think each command is treated as a seperate script, so kill_this_task() only ends win(), not fight(). Placing it in strike() isn't going to do anything for the same reason, you need to kill fight() rather than strike() or win().
At least that's what I'm guessing right now.
At least that's what I'm guessing right now.