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.