The Dink Network

Reply to Vision problem and stuff in the haddeluff

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:
 
 
December 21st 2005, 02:38 PM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 

void main( void )
{


if (&story == 2)
{
&vision = 1;
}

if (&story >= 3)
{

freeze(1);
&vision = 1;
say_stop("All that smoke made me sleepy, and I'm still getting more sleepy.", 1);
fade_down();
wait(10000);
force_vision(2);
fade_up();
say_stop("Oh man, I fainted.", 1);
unfreeze(1);
kill_this_task();
return;
}


}

In this script is the vision supposed to get forced while its fade down, but when it fades up again will the script only start over again lol