Command Reference
Label
Command reference: This page documents the in-game label command.
Label
Syntax: label <item> as <label>
The label command allows you to assign a personal label to any item you possess. Once labeled, you can refer to that item by its label in future commands, making it easier to manage and retrieve specific objects.
This is especially useful when storing or sorting items that share similar names. For example, if you keep your arrows in a special bag, you might do:
label bag as ammo bag
Later, when your gear is stored away, you can easily retrieve that bag with:
get ammo bag from bank
You can label any item you can hold or carry, such as containers, weapons, or tools. The label will remain until the item is destroyed, sold, or unlabeled.
Examples:
label satchel as herb pouch
label longsword as practice sword
label bag as ammo bag
Notes:
- Labels are personal and unique to the item. But if you trade the item, the label sticks with it.
- Labeling an item again will overwrite its previous label.
- Labels do not affect the item’s original name or properties; they are simply
a shortcut for identification.