View/Edit #8259:listening

Switch to edit mode.

Name(s): listening
1:  if (this.muted == 1)
2:    return 0
3:  elseif (this.muted == 0)
4:    "Mostly unmuted. Hears everything, provided the owner's not also in the room."
5:    return this.owner.location != this.location
6:  elseif (this.muted == -1)
7:    "Fully unmuted. Hears everything. Period."
8:    return 1
9:  endif
10: "Last modified by Cecil (#7407) on Tue Aug 27 14:04:30 2002 MDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Cecil_Stuff (#9988)

You are not logged in.

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