Thread: Tokenize?
View Single Post
  #4  
Old 08-23-2001, 12:32 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
NPC Code:

if (playerchats) {
tokenize #c;
if (strcontains(strtofloat(#t(1)), times)) {
test=strtofloat(#t(0))*strtofloat(#t(2));
message #s(test);
}
}

__________________

subliminal message: 1+1=3
Reply With Quote