Thread: setlevel
View Single Post
  #7  
Old 01-05-2002, 10:07 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
The right thing to do it would be
NPC Code:

if (actionserverside) {
setlevel2 level,x,y;
}
//#CLIENTSIDE
if (weaponfired) {
triggeraction 0,0,serverside,weaponname;
}



TDO ... *is disappointed* ... setlevel2 must be serverside because the server cannot allow players warping clientside to whereever they want...