The Dink Network

Reply to Re: Help

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:
 
 
January 19th 2015, 09:42 PM
spike.gif
The code for the leaks is pretty weird:
void talk( void )
{
   &waited = 1;
   set_callback_random( "dies",1000,0);
   wait_for_button();
   &waited = 0;
}

What this means is, that you have to press space ONCE, then stand still for one second, and the leak will disappear. If you move during that time, or keep pressing space repeatedly, it won't work.