View/Edit #1961:title

Switch to edit mode.

Name(s): title
1:  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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: cheese-whiz (#8596)

You are not logged in.

[home | help | who | search | setup | code]