Thread: I think.......
View Single Post
  #8  
Old 04-10-2001, 01:06 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
NPC Code:

if(playerisnearme&&(keydown(0)){
//playerisnearme is where you insert the script to detect if a player is near the NPC
say 0;
}



Something like that
Reply With Quote