Thread: Keydown...
View Single Post
  #6  
Old 03-15-2001, 10:23 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
NPC Code:

if(keydown(032)){
ooga booga;
}

Reply With Quote