Thread: Keydown?
View Single Post
  #15  
Old 07-30-2004, 12:48 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Mh, you could've used keypressed too.

NPC Code:

if (keypressed){
if (strequals(#p(1), q)){
//menu code here
}
}


and for the showstats, if you have so many you might want to consider using.

NPC Code:

showstats allstats-whatever you don't want // Not sure if 'allstats' is correct, but it was something similiar.

__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote