View Single Post
  #3  
Old 05-06-2004, 12:28 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Hrmm
NPC Code:

if (playerchats) {
if(strequals(#c,/reconnect)) {
// the server name will appear
// when you log onto RC
serverwarp servername;
}
}

__________________
V$:CONFL16T

Last edited by Loriel; 05-07-2004 at 11:54 AM..
Reply With Quote