Switch to edit mode.
Name(s): description1: if (player:isa($webber))
2: "If a webber is looking at this, show him the text."
3: if (!this:is_readable_by(valid(caller_perms()) ? caller_perms() | player))
4: return this:msg_encrypted()
5: else
6: return this:text()
7: endif
8: else
9: "Non-webbers get to see if it is recording or not."
10: desc = typeof(desc = pass(@args)) == $LIST ? desc | {desc}
11: return {@desc, this.record ? $gender_utils:pronoun(this, "psc") + " is currently recording." | $gender_utils:pronoun(this, "psc") + " isn't recording at the moment."}
12: endif
13: "Last modified by Dax (#789) on Tue May 3 13:55:53 2005 MDT."