View Single Post
  #4  
Old 02-17-2006, 04:56 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
NPC Code:
if (actionserverside) {  
if(strequals(#p(0),warpbook)) {
setlevel2 #p(0),strtofloat(#p(1)),strtofloat(#p(2));
}
}



Param 0 is "warpbook". You can't warp to level "warpbook" (it doesn't exist, guaranteed).
Not only that, you have not specified params 1 or 2 (or 3) in the triggeraction.
Reply With Quote