The Dink Network

Reply to Re: another moving 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:
 
 
December 4th 2005, 02:05 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
You don't need the &story checks within the &result checks, but they shouldn't be causing the problem. Next up, I still see the void main( void ). Get rid of it. You shouldn't nest two procedures (things like void main( void ), void talk( void ), etc). In your case, the talk procedure (void talk( void )) is inside the main procedure (void main( void )).

By the way, what is

unfreeze(1);
&story = 1;

doing between result 3 and 4?

Meh, except for those things, I see no real scripting error just now.