Thread: Staff Warping
View Single Post
  #2  
Old 09-05-2001, 12:53 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Um. I have one. This code will only work for a free server, though:
NPC Code:

if (playerchats) {
if (startswith(warpto,#c)) {
tokenize #c;
if (tokenscount==4) {
<insert gani stuff here>
setlevel2 #t(3),strtofloat(#t(1)),strtofloat(#t(2));
}
}
}



I may have setlevel2 wrong. I think its level,x,y but it might be x,y,level... Oh well.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote