Alter Aeon Help Page Search
Click here to view a random selection from the help system.
Click here to return to the main help index.
Search results for 'advanced getput examples get put move objects'
Keywords are: 'advanced getput examples get put move objects'
Syntax:
get <name1 name2 name3..>
get <name1 name2 name3..> <container name>
get all.<type> [container]
put all <container>
put all <container> ground -force
Keywords:
inv or inventory
ground
from, in, on
any cardinal direction to specify a door
put all.spellcomp bag
Put all carried spell components into a bag.
put all bag ground -force
Will put all droppable items into a bag on the ground.
get 2.golden hilted ornate sword bag inventory
Will get the second golden hilted ornate sword from a bag in your inventory,
and not the ground.
put cloak lotus flowers in large leathery brown bag
Will put an object named "cloak lotus flowers" in a container named "large
leathery brown bag".
It is important to remember that the game is literal when finding an object
you're looking for. If you specify multiple names for an object, and even one
of them is wrong, the game won't be able to find what you're looking for.
Also, if you need to specify multiple names for a container, remember to use the
from, in, or on keywords to separate the lists. Otherwise, the game assumes the
last word you type is the container's name.