View Single Post
  #22  
Old 07-03-2003, 04:46 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by TifaKhan
ah thats really interesting, i took a look, but only thing i found with that command was for txt
if (actionserverwarp){
savelog2 ControlNPC_TriggerAction_Log.txt,' warp ' #F ' #a ' #p(0) ' #p(1) ' #p(2) ';
setlevel2 #p(0),strtofloat(#p(1)),strtofloat(#p(2));
}
nothing about // warp the player
Anything after a '//' is a comment, meaning that the engine ignores it. My '//warp the player' line was meant as a substitute for actual warping code to make it easier to understand. In actuality, the setlevel2 does the warping. You really ought to patch that up ASAP.

Quote:
btw is this possible?
Doubtful. 'Enter the RC as root'? That makes no sense. The whole thing stinks of bad bluffing.
__________________
Reply With Quote