The Dink Network

Reply to Re: Scripting Help

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:
 
 
May 21st 2007, 01:39 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Place the brackets correctly:
void main(void)
{
if(&story = 0)
{
freeze(1);
wait(750);
playsound(24, 22052, 0, 0, 0);
int &circle = create_sprite(250, 215, 7, 167, 1);
sp_seq(&circle, 167);
sp_nodraw(1, 0);
say_stop("Ah finally i'll find this book and kick Seth's ass!", 1);
sp_dir(1, 4)
wait(350);
sp_dir(1, 6);
wait(350);
sp_dir(1, 8);
wait(350);
sp_dir(1, 2);
say_stop("Hmmm i don't see a Temple in here", 1);
sp_dir(1, 4);
say_stop("dang you Matridge you teleported me into bad place!", 1);
unfreeze(1);

//kill_this_task(); is not needed
}
&story = 1
}