The Dink Network

Reply to Re: scripting trouble

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 10th 2004, 01:14 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
You must change the vision before the sprites are drawn. This means you should change it in the screen's script, like this:

void main( void )
{
if (&condition == 1)
{
&vision = 1;
}
}

There's no other way I know you can change the vision. But I don't know how force_vision(); works... IF it works, cause it never did for me.