Quote:
Originally posted by wonderboysp2p
im all curious about the repeatingness now... X_x a bug?
|
Mabye not
i was intrested how you had
NPC Code:
if (keypressed) {
if (keydown(6)) {
}
}
i was unaware that was possibile, and perhaps thats the reason it is repeating, because you had keydown, which reads fast i thought, so when the key is pressed and its reading it, seems like twice before you can get your finger up.
No bug i dont think.