Reply to Re: Grrrrrrr...
If you don't have an account, just leave the password field blank.
I suggest the following:
say_stop("`2there be an intruder!", &deathpig3);
sp_dir = ("1, 4"); //crashes here
say("dum de doo...", 1);
Move the following over to another line:
//crashes here
Move it so it looks like this:
say_stop("`2there be an intruder!", &deathpig3);
sp_dir = ("1, 4");
//crashes here
say("dum de doo...", 1);
That should do it, I think.
say_stop("`2there be an intruder!", &deathpig3);
sp_dir = ("1, 4"); //crashes here
say("dum de doo...", 1);
Move the following over to another line:
//crashes here
Move it so it looks like this:
say_stop("`2there be an intruder!", &deathpig3);
sp_dir = ("1, 4");
//crashes here
say("dum de doo...", 1);
That should do it, I think.