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...