View Single Post
  #8  
Old 03-02-2003, 02:55 AM
Knuckles Knuckles is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 580
Knuckles is on a distinguished road
Send a message via AIM to Knuckles
Quote:
its not working for me!
The npc server just keeps sending the same PM i programmed it to by using setpm [message];

i tried
if (pm) sendpm test;
-reset npc server
NOTHING
its not working!
someonme please help!
Are you putting your script inside the control NPC?
And your missing: setpm;

NPC Code:

setpm;
if (pm) sendpm Hey#K(44) i'r an uber NPC Server!;



#K(44) is just a comma.
__________________
Knuckles
"They say 60% of the time, it works everytime!"
Reply With Quote