The Dink Network

Reply to vision in the game

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:
 
 
June 7th 2003, 02:38 PM
fairy.gif
glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
Well i have worked on a d-mod for a long time
and i have a problem.
Dink should talk to a Wizard and then the wizard send him to kill the pillbug
and here are the problem. I have set the pillbug on vision 1
and then i have maked this script to make the
vision get to 1 from 0

void main( void )
{
if (&story < 2)
{
&vision = 0;
}

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

But why doesn`t the pillbug show up