Thread: Tokenize
View Single Post
  #9  
Old 06-17-2002, 08:42 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Projectshifter
LOL, I don't use tokenize much, but wouldn't it just be easier to use variables?
if (playerchats&&startswith(#c,setred)) this.color=red;
if (this.color==red) ACTION; or perhaps use numbers instead of words?
---Shifter
this.color=red will not work.

you can not save word values to variables...
Reply With Quote