Noise
lfunLFUN
string Noise ()
string Noise (string what)
DESCRIPTION
Return the noise description of this object.
Argument:
what: for 'listen to' commands, this is the id of the object
listened to
Result:
A string with the complete noise description of this object.
The result is catenated from P_NOISE and the extra data associated
with P_NOISE. Actual objects may redefine Noise() as they please to.
EXAMPLE
write(obj->Noise());
IMPLEMENTED
/std/thing/description
SEE ALSO
perception(C)