Reply to Re: finding the scroll
If you don't have an account, just leave the password field blank.
{
say("I have the scroll.",1);
&story = 27;
sp_active(¤t_sprite, 0);
kill_this_task();
}
Umm... There's no if statement above it, so you can leave the {}'s away... You're messing up the braces again!
say("I have the scroll.",1);
&story = 27;
sp_active(¤t_sprite, 0);
kill_this_task();
}
Umm... There's no if statement above it, so you can leave the {}'s away... You're messing up the braces again!






