PUT
Keywords: PUT
=== USER MANUAL ===
Usage: put <object> <container>
put all <container>
put all.<keyword> <container>
put <#>.<keyword> <container>
Description:
Place an item from your inventory into a container. The container
can be in your inventory, equipped, or on the ground. It must be
open before you can put anything in it.
Selectors:
put <object> <container> ......... Store a single item.
put all <container> .............. Store everything you are carrying.
put all.<keyword> <container> .... Store all matching items.
put <#>.<keyword> <container> .... Store the Nth matching item.
Restrictions:
- Closed -- the container must be opened first.
- Capacity -- the item won't fit if the container is full.
- Broken -- broken containers can't hold anything new.
- NOPUT -- some items cannot be placed into containers.
- Mission item -- mission equipment can only be stored in other
mission containers.
- Attachment -- attachments must be attached with modify, not put.
Examples:
> put clip belt
> put 2.clip belt
> put all.clip belt
Related Helpfiles: DROP, GET, GIVE
=== END MANUAL ===