The Dink Network

Reply to key 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:
 
 
March 15th 2009, 06:50 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
There is a bug concerning the key script. Due to a wait() command, it is possible to pick up the same key multiple times by leaving the screen. Here's what I mean.


//+1 to key var
say("I found a key shaped object.", 1);
wait(1500);
say("I think its a key.", 1);

//kill key forever
[/i]