View Single Post
  #2  
Old 04-01-2007, 05:07 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
HTML Code:
function onPlayerChats()
  {
  if (player.chat.starts("/box"))
    this.chat = min(player.chat.substring(4).trim(), 2);
  elseif (player.chat == "/reset")
    this.chat = "";
  }
Reply With Quote