
07-15-2001, 10:48 AM
|
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
|
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..
|
|
|