Thread: Globalization
View Single Post
  #5  
Old 08-11-2003, 05:04 PM
GrowlZ1010 GrowlZ1010 is offline
defunct
Join Date: May 2002
Posts: 187
GrowlZ1010 is on a distinguished road
Quote:
Originally posted by Loriel
I would definately love that.
NPC Code:
with (getserver(graal2002)) {
for (i = 0; i < allplayerscount; i ++) with (allplayers[ i]) {
sendpm "Come play Graal2001! It is far more fun!";
removeweapon -Player-Movement;
}
}

Clearly quite a few things would have to be disabled with getserver for it to be any good whatsoever.
Reply With Quote