Game Help: Aliases

    Aliases are known in the MUD world as a shortcut or shorthand for more
    long winded command syntaxes. They are usually only a couple letters long
    or an abbreviation, making them easy and faster to type, and they also
    support chaining multiple commands together. Aliases are often supported by
    external clients, but we also allow you to create them directly in Mystavaria.

    Creating a New Alias
    To create an alias, type ALIAS <label> <command>. Aliases work with
    Mystavaria's built in targeting system, so you can use @target in your alias.

    You can use ALIASES to view a list of aliases you have setup.

    Creating a New Alias
    Chained aliases allow you to chain multiple commands together within one alias.
    These execute at the same time, as if you had quickly typed them back to back,
    and still obey any limits of balance and equilibrium recovery, so bear that in
    mind when creating your aliases.

    To chain commands together, simply use the forward slash character / to denote
    the start of a new command.

    Example: ALIAS SNOD smile/nod

    Deleting an Alias
    If you wish to delete an alias, type ALIAS DELETE <label>.

    Syntax:
        ALIASES
        ALIAS <label> <syntax>
        ALIAS DELETE <label>