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

gets called from the verb ask and the rule ask obj about str
The player commands buy and list use it too.
This function shows the players what items the shopkeeper has.
If flag is set the it will show the long() too

Prototype:
int query_items(string item, int flag);
