Switch to edit mode.
Name(s): listening1: 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."