Thread: Proper Keydown?
View Single Post
  #5  
Old 02-10-2002, 04:00 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by ownerofbabylon


then u have to hold a and run at it.

Kai, i didnt ever understand the way you explained =/ sorry
like maybe you could draw a litte box around the NPC itself, then have it so:
NPC Code:

NPC Code:

if (created) {
timeout=0.5;
}
if (timeout) {
if (playerx in {#,#} && playery in {#,#,#} && keydown(6)) {
message li3k, omG! k?;
} else {
message li3k !omG, k?;
timeout=0.5;
}
}




i have no honest idea if that would work but give it a shot ...
Reply With Quote