The Dink Network

Reply to Re: Could someone look at this script?

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:
 
 
March 5th 2004, 05:23 AM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Spaces don't matter when setting a variable, but they must be there when comparing a variable.
eg;
&story+=1;
works.

if(&result==1)
no good. Needs a space before and after the '=='.

You might also try a wait(1000); after the fade_up(); I'm not sure, but mabey it kills before it finishes the fade.