The Dink Network

Reply to Re: Amusing bug?

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 28th 2004, 01:33 PM
farmer.gif
void poison( void )
{
loop_here:
wait(500);
&random = random(2,1);
if (&random == 2)
{
hurt(&current_sprite, 5);
}
goto loop_here;
}

i fixed it so that it doesn't just do nothing when the random number is 2.