View Single Post
  #1  
Old 08-07-2001, 02:30 AM
mystic_pheonix mystic_pheonix is offline
Registered User
Join Date: Mar 2001
Location: Dunno
Posts: 123
mystic_pheonix is on a distinguished road
Send a message via AIM to mystic_pheonix Send a message via Yahoo to mystic_pheonix
Help with tokenize

can someone tell me whats wrong with this?

if (playertouchsme) {
toweapons Warper;
}
if (playerchats) {
if(startswith(warpto,#c)) {
tokenize #c;
setlevel2 #t(3).graal,#t(1),#t(2);
}
}

it keeps comming up with errors
__________________
Justin
Reply With Quote