'CONTAINERS' 'CONTAINER'

Containers are almost a necessity in the game. They are used to carry
items, food, and drinks. They help allow you to sort things, by using two
or more types of containers at once. Corpses use many of the same commands
as regular containers.
 
EXAM (container) or LOOK IN (container) allows you to see what it contains.
 
GET (item) (container) allows you to take one item from a container.
 
GET ALL (container) allows you to take everything from a container at once.
 
GET ALL.(item) (container) allows you to take all of a particular item
                           type.  
 
PUT (item) (container) puts an item inside a container.  
 
PUT ALL (container) will put as much of your inventory in the container as
                    possible, until the container is full.  
 
PUT ALL.(item) (container) will put as much of one type of item into the
                           container as possible, until the container is
                           full.
Back to Help