[Main page] [Overview]     /std /object /set_items

SYNOPSIS
void set_items( mixed items)

FILE
/std/object/fakeitems.h

DESCRIPTION
Adds fake items to this room
items may either be a mapping:
([ "item": "desc", "item2": "desc" ])
or an array:
({ "item", "desc", ({"item2","alias"}), "desc" })
A single description may be either a string (which will then
be the description for a "look"/"examine" command) or a mapping
which may contain different descriptions for look, listen, smell etc.

Example:
({ ({"item1","alias"}), (["look":"This is a food. Smell it.", "smell": "Uh - it stinks."]) })

SEE ALSO
set_long