The Dink Network

Reply to Re: the vision change command

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 17th 2003, 07:44 AM
wizardg.gif
Paul
Peasant He/Him United States
 
The force_vision command is a little wierd. The best is not to use it but instead set &vision directly. In the script attached to the screen where the bridge is do something like this:

void main ( void )
{
if (&fixedit == 1)
{
&vision = 2;
} else
{
&vision = 1;
}
}

In this example. Fhe fixed bridge is vision 2 and the broken bridge is vision 1. And &fixedit is a global variable that get's set to 1 when Dink the bridge is fixed.

Does that help? If you not more specific information on part of that, just ask.