PUT

Usage:   put [number] <object> [in] <object>
         put all [in] <object>
         put <number | all>.<object> [in] <object>
Example: put all bag                ;puts everything from inventory to bag
         put all.bread bag          ;puts all breads from inventory to bag
         put 10 bread bag           ;puts 10 breads from inventory to bag
         put 10.bread bag           ;puts the 10th bread in inventory in bag

For putting stuff in containers.

See Also: GET, PALM

Related Topics