The Dink Network

Reply to Re: Help!This can't work!

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:
 
 
July 8th 2009, 06:32 AM
dragon.gif
Patrunjelu
Peasant He/Him Romania
Rawr! 
I didn't change much to it. It's just the space between wait procedure and it's parameter.
You are using wait (250); when you should be using wait(250);
Once the game tries to compile the wait (250); line it gets an error and doesn't even try to do anything further with the script.