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:08 PM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
wrong rabidwolf9 i know how to script the screen but what shoud i do to not run the script in scripted screen.I tried with if(&story = 0) ended with &story = 1 but nothing.Here's the script:
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();

&story = 1
}