[Main page] [Overview]     /std /npc /set_inroom_desc

SYNOPSIS
void set_inroom_desc( mapping|string description)

FILE
/std/npc.c

DESCRIPTION
If you provide an "in-room" description, this description will
replace the regular appearance in the room with a custom message.
If the argument is a string, that in-room description applies to
all rooms, wherever that object might currently be.

You can also supply a mapping - the keys of the mapping contain
the names of rooms where the in-room description should be used.
Example:
([ "/home/warpi/workroom" : "Bla bla is standing here." ])