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 30th 2007, 11:36 AM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
Thanks but that's strange when i enter to the screen where is a watch tower with this script:
void main(void)
{
int &wtower = create_sprite(315, 106, 0, 60, 2);
sp_script(&wtower, "guardwindow");
if (&story == 1)
{
freeze(1);
say_stop("Ah finally i taught i never get out from this forest", 1);
move_stop(1, 6, 310, 1);
say_stop("`3Hey you!", &wtower);
sp_dir(1, 8);
say_stop("Who me?", 1);
say_stop("`3Yes you!Come here!", &wtower);
move_stop(1, 8, 160, 1);
say_stop("`3A!ha! just as i taught you're the one who stole my axe!", &wtower);
say_stop("Wha?", 1);
say_stop("`3Don't lie to me i know it's you!", &wtower);
say_stop("`4Rand!", &wtower);
say_stop("`3What?", &wtower);
say_stop("`4Leave him alone!He didn't stole your axe!", &wtower);
say_stop("`3Oh yes he is!", &wtower);
playsound(9,22050,0,0,0);
say_stop("`3Ow!What was that for!", &wtower);
say_stop("`4Shut your mouth about your axe or you guard at the highest tower.", &wtower);
say_stop("`4Now LEAVE HIM ALONE!", &wtower);
say_stop("`3Ok,ok", &wtower);
say_stop("`4Sorry for that traveller cause he always loves his axe.", &wtower);
say_stop("It's ok", 1);
unfreeze(1)
}
&story = 2
}
From 3 changes to 2.How to fix it?