Thread: tokens
View Single Post
  #12  
Old 10-03-2001, 03:21 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
this is a shorter way of doing it

NPC Code:

if(startswith(warpto ,#c))
{tokenize #c;

if(tokenscount==4)
{setlevel2 #t(1),strtofloat(#t(2)),strtofloat(#t(3));}
}

Reply With Quote