Thread: keydown!!
View Single Post
  #7  
Old 08-03-2002, 10:37 PM
thesmoothcriminal thesmoothcriminal is offline
Lv.1 Internet Bully
thesmoothcriminal's Avatar
Join Date: Jul 2002
Location: player x,player y
Posts: 487
thesmoothcriminal will become famous soon enough
Send a message via AIM to thesmoothcriminal Send a message via Yahoo to thesmoothcriminal
ummm i wrote:
if (created) {
timeout=0.05;
}
if (timeout) {
if (keydown(o)) {
say2 works();
}
timeout=0.05;
}

and it only says works when i press up
Reply With Quote