The Dink Network

Reply to Re: wait_for__lbuttom

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:
 
 
April 30th 2014, 06:02 PM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Just a simple test script:

void main(void)
{
freeze(1);
loop:

wait_for_button();

if (&result == 68)
{
say("ass",1);
}

if(&result != 5)
{
goto loop;
}
unfreeze(1);
kill_this_task();


I noticed something. When the loop is running, Dink won't say ass when I press D, but if I hit ESC, then D, he will mysteriously say ass afterwards each time I press D.