The Dink Network

Reply to Re: Grrrrrrr...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 13th 2004, 04:21 AM
sob_scorpy.gif
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.