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
}
|