View Single Post
  #2  
Old 05-16-2001, 11:30 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
All you need to do is make the script client-side. add //#CLIENTSIDE to the script, and EVERYTHING below that is clientside. so you could do something like this to only let the player that touchs an NPC see a message:
NPC Code:

if (created) setimg shadoworb.gif;
//#CLIENTSIDE
if (playertouchsme) {
message #n touched me!;
}

__________________
Eric Kraft