View Single Post
  #26  
Old 03-11-2006, 03:10 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by jake13jake
Well, I don't really need the ability to edit the text if the client can just edit what they have to type to send a toall or toguild, etc. It can probably be said that communication is the biggest glue graal has right now, might as well enhance it.

like... perhaps in Options have preferences for that.
toall="toall:" or toall="ta:"
toguild="toguild:" or toguild="//"
pm=":"@ACCOUNT@":"
macro_selectedlistplayers="<>"

like... just being able to edit that stuff and make macros, perhaps also letting the server add to defined macros that are unique to the server (In the same sense that I'm arguing to do with additional keycodes).
Another good macro would be
Owner of last PM received
Owner of last toall received
Owner of last toguild received
All members of some guild that are online
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

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote