Thread: keydown?
View Single Post
  #13  
Old 02-22-2005, 12:16 AM
Aethorpe Aethorpe is offline
Their black hands protect
Aethorpe's Avatar
Join Date: Dec 2004
Location: Beyond infinite.
Posts: 265
Aethorpe is on a distinguished road
Send a message via AIM to Aethorpe Send a message via MSN to Aethorpe
Quote:
Originally Posted by falco10291029
OH yes, Im used to my brother using the pointless
NPC Code:

if (keypressed&&keydown2(#p(0),)) {
//stuff
}


so you would need it to be:
NPC Code:

if (keypressed&&strequals(#p(1),k)) {

say2 working;

}


Thank you.
__________________
Reply With Quote