View Single Post
  #15  
Old 07-15-2001, 10:48 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Server-side NPC Command should be added

serverpm account,text;

serverpmmass text;


=D
====Edit=======

Maybe the new NPC control should be able to add PM commands to NPC server....


Like all pms are a string called input so like


if (strequals(#s(input),hello)) {
serverpm #a,Good Day #n;
} else {
serverpm #a,I am the NPC server. LEAVE ME ALONE!!!;
}


Makes the NPC server a lil more frendly =D

======Edit 2 =========
This would be cool

if(time = 1 min befor silvester time) {
serverpmmass AHH! SILVESTER! GET INSIDE!!!!!!!;
}
__________________

subliminal message: 1+1=3

Last edited by Falcor; 07-15-2001 at 10:58 AM..