View Single Post
  #9  
Old 07-28-2007, 04:42 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by cbkbud View Post
PHP Code:
tokens player.chat.tokenize();
if ( 
tokens[0] == "/sethat" )
{
  
player.attr[1] = tokens[1];

ew o-o
Reply With Quote