|
nomad980 Beginner
Joined: 01 Sep 2002 Posts: 15 Location: Miami
|
Posted: Sun May 03, 2009 9:36 am
Help with an alias |
<alias name="ooc" autoappend="true" id="973">
<value>:xaos:#SEND {ooc %-1}</value>
</alias>
I am currently using that to send the message back to the mud window. and was wondering if that is a way to make it so that I don't have to type anything at all preceding it to send it.
for instance instead of typing:
ooc blah blah blah
i can type:
bla blah blah
and it would send it. |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sun May 03, 2009 10:43 am |
You could, but it'd be pointless to do so, since the only way you'd be able to accomplish that would be to set up an ONINPUT trigger and it'd send EVERYTHING (even commands) to the xaos window...
If you TRULY want to do that, then...
#ONINPUT {(*)} {#EXECWIN {#SEND {ooc %1}}}
will probably work...
Again, not advisable. There wouldn't be any other way to do so.
Charneus |
|
|
|
nomad980 Beginner
Joined: 01 Sep 2002 Posts: 15 Location: Miami
|
Posted: Sun May 03, 2009 12:47 pm |
Thanks for the quick reply, I think i am just going to continue to do what i am doing then.
|
|
|
|
|
|