Put

From MUME

For putting objects in containers. Note that the 'in', in the examples, is optional.

Examples:

> put the dagger in the bag
> put all in bag             (put everything (except the bag) in the bag)
> put all.bread bag          (put all objects of a certain type in a container)
> put sword room.sack        (put sword in the first sack in room)

See also: Get, Drop