Thread: keydown()
View Single Post
  #2  
Old 11-21-2002, 08:26 PM
Zigidias Zigidias is offline
Registered User
Join Date: Nov 2002
Location: USA
Posts: 73
Zigidias is on a distinguished road
Send a message via AIM to Zigidias
so...

NPC Code:

if (keydown(9))
{
// commands
}



wont execute?
then how do i see if a button is pressed?
__________________
Reply With Quote