Hi everyone; this is a pretty simple question that I haven't been able to find the answer to (probably because I don't know the applicable terms).
I use MUSHClient and would like to know how to make an alias that replaces the first part of a command while leaving the rest of it blank, for me to fill in.
An example:
An alias "scry" to replace "cast scry at", so that during the game I can just input "scry Sartan" rather than "cast scry at Sartan".
Is there a way to do this with just aliases, or will I have to bring variables into play (the same way I would for a targeting system, for example)?
1
Comments
^scry (\w+)$
send to: world
cast scry at %1
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.