View Single Post
  #2  
Old 01-09-2005, 03:38 PM
middo middo is offline
VHE Monkey
middo's Avatar
Join Date: Aug 2002
Location: California
Posts: 327
middo is on a distinguished road
Send a message via AIM to middo
NPC Code:

if (keypressed && strequals(#p(1),k)) {
say2 OMG U PRESS K KEY.
}



That's the lazy way, and there are many better ways of putting it together, but I forget them right now.
(Some people are obsess with the keycode function, I just say screw it))
Reply With Quote