View Single Post
  #10  
Old 07-28-2007, 05:26 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by cbkbud View Post
pshaw. Thats noob code.

PHP Code:
tokens player.chat.tokenize();
if ( 
tokens[0] == "/sethat" )
{
  
player.attr[1] = tokens[1];

^-- That's where it's at.
That tokenize was seriously unnecessary... I didn't create a var (you also forgot to temp it) and I didn't need to tokenize it then access an index...
Reply With Quote