The Dink Network

key bug

If Ducks Ruled the World

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]
March 16th 2009, 11:44 AM
duck.gif
wesley
Peasant He/Him United States
 
hey rabidwolf, this was pointed out shortly after it was released and I have always been to lazy to fix it. I guess I didn't see the need to have a release for such a small (although really major actually) bug

I figure most people who are going to play the mod already have and wouldn't DL a new version just for that fix.