Thread: keydown?
View Single Post
  #12  
Old 02-21-2005, 07:22 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
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;

}

__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote