The Dink Network

Reply to changing vision

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:
 
 
October 16th 2006, 12:22 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
I have recently been trying to create my own Dmod but i am haveing trouble changing the vision, here is a copy of the script i'm using.

void main(void)
{
if(&story == 1)
{
&vision = 1;
move_stop(1, 2, 135, 1);
wait(200);
say_stop("blahblahblahblah", 1);
wait(200);
move_stop(1, 6, 509, 1);
wait(200);
say_stop("blahblahblahblah", 1);
sp_dir(1, 2);
wait(200);
unfreeze(1);
&story = 2;
}
}