View Single Post
  #27  
Old 03-11-2006, 03:36 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Unless you're like me and haven't looked into GUI elements yet. However, it would still be a very good feature to be built into the client.

Quote:
Originally Posted by ApothiX
it's extremely easy to implement those shortcuts for toall and toguilds and such.

PHP Code:
function ChatBar.onAction(text) {
  if(
text.starts("//")) {
    
ChatBar.setText("toguild: " text.substring(2,-1).trim());
  } 
// etc

Reply With Quote