AddAdjective
lfunLFUN
string * AddAdjective (string ad)
string * AddAdjective (string * ad)
DESCRIPTION
Add one or more adjective strings to this object's P_ADS.
Argument:
ad: a single string, or an array of strings to add.
Result: P_ADS' new content.
EXAMPLE
AddAdjective ("bent");
AddAdjective (({"raving mad", "howling"}));
IMPLEMENTED
/std/thing/description