The Dink Network

Reply to Vision problem

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:
 
 
September 29th 2006, 11:15 AM
peasantmb.gif
Lunacre
Peasant He/Him Finland
 
The problem is that I can't change the vision. I've tried almost everything, but the game still won't change vision. Here's the script I'm using:

void main(void)

{
if (&story == 0)
{
&vision = 1;
freeze(1);
move_stop(1, 4, 346, 1);
wait(300);
say_stop("Blaa...", 1);
wait(300);
sp_dir(1, 2);
say_stop("Blaa blaa...", 1);
wait(300);
sp_dir(1, 4);
say_stop("Blaa blaa...", 1);
wait(300);
sp_dir(1, 6);
say_stop("Blaa blaa...", 1);
&story = 1;
unfreeze(1);
}
}

So what am I doing wrong?