Smell
lfunLFUN
string Smell ()
string Smell (string what)
DESCRIPTION
Return the smell description of this object.
Argument:
what: this may be the id of the object smelled at.
Result:
A string with the complete smell description of this object.
The result is catenated from P_SMELL and the extra data associated
with P_SMELL. Actual objects may redefine Smell() as they please to.
EXAMPLE
write(obj->Smell());
IMPLEMENTED
/std/thing/description
SEE ALSO
perception(C)