int on_give(object player, object receiver)

See on_drop for a list of return values and caveats. This is called whenever
player gives something to receiver. item.c implements a default handler,
which simply checks to see that both the 'gettable' and 'droppable' flags
are set.

