Thread: Tokenize
View Single Post
  #1  
Old 04-30-2001, 05:50 AM
_Shoey_Fighter_ _Shoey_Fighter_ is offline
Registered User
Join Date: Mar 2001
Location: Salem, OR, US
Posts: 45
_Shoey_Fighter_ is on a distinguished road
Send a message via ICQ to _Shoey_Fighter_ Send a message via AIM to _Shoey_Fighter_
Question

I'm having trouble with tokenize. Here is the code I tried:
if(playerenters){
tokenize add test;
say2 #s(#t(2));
}

It produces some weird thing like "dtdoorct" or something. Any ideas?
Reply With Quote