The Dink Network

Reply to script crashes my dimod.....i think?

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:
 
 
November 19th 2005, 09:43 AM
anon.gif
RANKN67
Ghost They/Them
 
it crashes rite after the man says "good luck" can any one help me?

// ask man for scroll
void main(void)
{
if (&story == 1)
{

freeze(1);

int &man = create_sprite(396, 202, 16, 371, 1);
sp_base_walk(&man, 370);
sp_speed(&man, 1);
freeze(&man);

move_stop(1, 6, 300, 1);
sp_dir(1, 6);

say_stop("Hey, you there! have u seen a scroll?", 1);
wait(200);
say_stop("idiot say wat?", 1);
wait(100);
say_stop("`0 what?", &man);
wait(200);
say_stop("have u seen a scroll?",1);
wait(200);
say_stop("`0yes but get me the meat of the giant duck.", &man);
wait(200);
say_stop("Ok,cool be rite bac.", 1);
wait(200);
say_stop("`0good luck.", &man);
&story = 2;
unfreeze(1);
}
}