|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: Fri Mar 24, 2006 4:29 pm
A constant alias? |
Basically... I want to prepend (that the right word?) something to every command... As in...
--In a window named Two--
--Main mud window named One--
I'm in Two, trying to send text... And to type, I do the following:
:One: blah blah blah blah
Keeps the focus on Two, yet One gets the information. Is there anyway to get :One: sent at the begining of ANYTHING that gets sent to :Two: ?? TIA!!
Shaun |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Mar 24, 2006 10:20 pm |
Create a command input trigger in window "Two" then save the settings for that window so the trigger will always be there automatically.
#TRIGGER {^(*)$} {#GAG;:One:%1} "" {notrig|input} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
shaun.murray Magician
Joined: 23 Jul 2005 Posts: 334 Location: Chicago
|
Posted: Sat Mar 25, 2006 12:13 pm |
Geez... Vijilante.... If I wasn't 98% positive... I'd swear you where a GOD! LoL! Thanks man!!!
|
|
|
|
|
|