Switch to edit mode.
Name(s): title1: if (this.location != this.owner) 2: return tostr(this.name, " (away from owner)") 3: elseif (this.on_where == "me" && this.on) 4: return tostr(this.name, " (being worn)") 5: endif 6: if (this.on_where != "ANY" && this.on) 7: return tostr(this.name, " (being worn on ", this.owner.name, "'s ", this.on_where, ")") 8: endif 9: if (this.on_where == "ANY" && this.on) 10: return tostr(this.name, " (being worn)") 11: else 12: return tostr(this.name, " (unworn)") 13: endif 14: "Last modified by cheese-whiz (#8596) on Tue May 23 08:48:43 2000 MDT."