View Single Post
  #8  
Old 12-05-2011, 10:04 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You could do a check like this:

PHP Code:
//#CLIENTSIDE
function ChatBar.onAction() {
  if (
ChatBar.text.starts("setnick")) {
    
temp.new_nickname ChatBar.text.substring("setnick".length());
    
temp.old_nickname player.nick;
  }

__________________
Quote:
Reply With Quote