Get
From InquisitionWiki
Syntax
get [object]
get [obj] from [container]
get #*[object]
get #*[object] (from) [container]
get #.object
get #.object (from) [container]
Get will attempt to pick up an object from the room and place it in your inventory. Others in the room will see this action. The (from) is not necessary, but may be used if you enjoy correct grammar.
If you specify a container, the GET routine will remove that item from the specified container.
You can also specify a multiplier, such as get 25*apple pouch, to get that number of items, if they exist.
Finally, get works with 'all' and 'all.[object]' to get everything you specify. Such as get all.skin backpack.
