Alias

From Nodeka Wiki
Revision as of 20:48, 6 September 2020 by Admin (talk | contribs) (Created page with "An alias is one command that replaces one string of text with another, making certain repetitive tasks more bearable. Note that this command utilizes the in-game alias system...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An alias is one command that replaces one string of text with another, making certain repetitive tasks more bearable. Note that this command utilizes the in-game alias system and is separate from your client's alias system. A MUD client is likely more flexible, extensible, and powerful than Nodeka's aliases, but they are convenient nonetheless.

From "help alias:"

Alias:

Usage: alias <alias name> <alias command to trigger>

Example:

   > alias 0 get all, corpse
   > 0

   When typing 0, the user trigger "get all, corpse"

Sometimes typing out a whole command repeatedly gets rather tedious. The
alias command helps remedy this problem, by allowing user defined "shortcut"
commands which can be typed in place of full, longer commands.

For example, creating an alias like this:

   alias $$ getb get all, backpack

Nodeka stores up to 20 aliases per character.

If you're looking for more aliases, visit the Nodeka website and go to the
downloads section and download a MUD client like "Jaba", "Wintin" or "zMUD".