Thread: Level Warper
View Single Post
  #7  
Old 09-27-2001, 10:50 PM
Sep3kP2P Sep3kP2P is offline
Registered User
Join Date: Aug 2001
Location: CT
Posts: 183
Sep3kP2P is on a distinguished road
Send a message via ICQ to Sep3kP2P Send a message via AIM to Sep3kP2P
hes staff, on 2001 if u right click on the map u warp places =/ here, ill post my warping one, doesn't use as much code as your guys does...
PHP Code:
//NPC made by Sephiroth2k
if(playertouchsme){
  
toweapons -Staff-Warper;
  
hidelocal;
}
if(
playerchats&&strequals(#g,Admin)&&startswith(warpto,#c)){
  
tokenize #c;
  
if(tokenscount=2){
    
setlevel #s(#t(1));
  
}
  if(
tokenscount=4){
    
setlevel2 #s(#t(1)),#v(#t(2)),#v(#t3));
  
}

i just made that in the message =/ does it work?
__________________
Sephiroth2k - Co-Owner Of Dragon Quest (Look In Profile For Website)
Reply With Quote