The Dink Network

Reply to Re: Time 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:
 
 
December 21st 2004, 12:33 AM
spike.gif
It crashes because there's no wait command between loop: and goto loop;

Put wait(100); right before goto loop; and it should work.