There is now an option in version 3.75 to pre-process typed commands in a plugin. This would let you make "smarter" command stacking, for example if the command starts with a certain word, command stacking is disabled for that command.
Can anyone see an objection to changing the behaviour so that, if the very first character of a command is the command stack character, command stacking is disabled for the rest of the command input?
I can't offhand think why you would start a command with the command stack character, so this is probably safe enough.
Just make the alias "send to script" and send what you want with a simple script line. I assume you are using something like ";" as the command separator, and want a ";" in the line?
Try this:
Send "@dig Waterfall = West;W, East;E"
Adding the word "Send" isn't a big extra imposition. If you need to send multiple lines, use Lua as your script language, because that has multi-line literals, like this:
I think that you should be able to write aliases that:
1. can use the command seperator character as their first character,
2. are able to set a flag which ignores the command stacking character for the current line, similar to tintin's \ command to send something as is. I tried to set the command_stack_character from inside an alias, but it takes effect before the alias can get to it.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.