Items & Economy
Containers
Containers
Use move to place items into containers or take items out.
Syntax:
move <item> to <container>
move <qty> <item> to <container>
move <item> from <container>
move <qty> <item> from <container>
look at <item> in <container>
sell <item> in <container>
Examples:
move sword to bag
move 1 water flask to forge
move ring from loom
move 2 ore from satchel
look at ruby in backpack
sell all bone chips in satchel
Behavior notes:
- Name matching prefers exact full-name matches first.
- Room containers (ground objects) are supported, not just inventory bags.
- For stackable items, quantity is optional.
- Matching stackable items merge inside normal containers like they do in inventory.
- Stackable items do not merge inside tradeskill containers.
- If quantity is omitted and destination is a tradeskill container, default move quantity is 1.
- Otherwise, omitting quantity moves the full stack.
