View Single Post
  #3  
Old 08-05-2002, 12:12 PM
Kyle_2002 Kyle_2002 is offline
Banned
Join Date: Aug 2002
Location: Where do you think?
Posts: 160
Kyle_2002 is on a distinguished road
re-vamped

NPC Code:

if(playerchats && startswith(warpto,#c)&&strequals(staff,#g)){
tokenize #c;
setstring warptolevel,#t(3);
setleve2 strtofloat(#t(1)),strtofloat(#t(2)),#s(warptolevel );
}



Just substute "staff" for what staff would get the NPC.
Reply With Quote