Hello. When I used Tintin, I could do something like:
#alias {h} {cast heal}
and the following would result:
h: cast heal
h argon: cast heal argon
I tried doing the same thing in Mush, but couldn't figure out how to do it without writing two aliases for each one I wanted to create this way. Is there something I'm missing? Since writing
match on: h
send: cast 'cure light'
only works if I type h, without any extra args, and "h *" in match only works if I type h with an arg or a space after it.
#alias {h} {cast heal}
and the following would result:
h: cast heal
h argon: cast heal argon
I tried doing the same thing in Mush, but couldn't figure out how to do it without writing two aliases for each one I wanted to create this way. Is there something I'm missing? Since writing
match on: h
send: cast 'cure light'
only works if I type h, without any extra args, and "h *" in match only works if I type h with an arg or a space after it.