Many MUD clients have a '#' command that repeats command that follows it a given number of times.
I probably could emulate this command in MUSHclient using a regexp alias and then running a jscript with a loop inside. Is there any other way to do this ?
I probably could emulate this command in MUSHclient using a regexp alias and then running a jscript with a loop inside. Is there any other way to do this ?