Function sell_stored_objects:
Defined in module m_vendor (file: /std/modules/m_vendor.c)

Gets called from the buy verb with the string from obj rule.
This is the way the players can buy objects from the shopkeeper
that he has stored away.

Prototype:
void sell_stored_objects(string item, int number, int amount);
