The Dink Network

Reply to Re: Wait command

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:
 
 
August 10th 2009, 01:19 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
It's fun to create manual lag like this though. Mess with someone's game and initiate this script and it'll annoy the heck out of them

void main ()
{
script_attach(1000);
int &crap;
loop:
&crap += 1;
if (&crap < 2500)
goto loop;
wait(500);
&crap = 0;
goto loop;
}