Skip to content

Help

Aliases

Your own shorthand for the things you type most.

Your own shorthand for the things you type most.

alias <name> <commands> makes one: alias k attack and then k wolf swings; alias lists yours, alias <name> shows what one stands for, unalias <name> removes it. Several commands stack on one line with a semicolon, with or without an alias: alias prep stand; wield sword; wear shield, and prep does all three.

An alias is yours alone and lives on your character. It cannot make the world do anything you could not type by hand, and it cannot fire on its own; there are no triggers here, by design, because a game that plays itself is not being played.

See also: help preferences, help prompt.

Syntax

alias
alias  
unalias 

Examples

alias k attack
alias prep stand; wield sword

Generated from the game, 15 August 2026.