|
Fredd Newbie
Joined: 08 Feb 2003 Posts: 5 Location: United Kingdom
|
Posted: Tue Feb 11, 2003 11:59 am
Macro frustration! |
Is there a way to set a macro so that it sends the command to the command line, and replace, not append it to whatever is there before? From the help files i thought that all that was needed was to deselect the "send to mud" option. However then the text just appears in the main window without being sent to the mud or appearing in the command line. I also tried making the macro this way with the nosend option:
#key F4 {""c sandstorm ""} [] [nosend]
Is what i'm trying to do possible?
Extract from the help file in question, just incase you wonder what i read:
"To put the text in the command line and not send it immediately to the MUD, uncheck the Send to MUD option. Also, macro text placed in the command line normally replaces the current contents of the command line. To append the macro text to the command line instead, check the Append option."
The bit in bold is what i'm trying to do. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Feb 11, 2003 12:16 pm |
I think that option configuration only works when the command line is empty. To over come this use the #INPUT command.
|
|
|
|
Fredd Newbie
Joined: 08 Feb 2003 Posts: 5 Location: United Kingdom
|
Posted: Tue Feb 11, 2003 12:43 pm |
Aha! Thanks very much Vijilante!
|
|
|
|
|
|