Reply to Re: Script Interrupted
If you don't have an account, just leave the password field blank.
after the wait(5000); use the spawn command. That's what I would've done it, like this:
wait(5000);
spawn("guard");
where "guard" is a separate script where the guard appears and Dink is frozen.
wait(5000);
spawn("guard");
where "guard" is a separate script where the guard appears and Dink is frozen.