Switch to edit mode.
Name(s): @close-dis*cussion @ferme-dis*cussion @close-floor1: if (!this:is_obedient_to(player))
2: return player:tell(E_PERM, ". You're not permitted to perform that function.")
3: endif
4: if (!this.floor_open)
5: return player:sub_tell("Discussion is already closed.")
6: else
7: this:_noisy_task()
8: $msg:mtell("floor_close")
9: for p in ({this.mike, @this.mike_q})
10: valid(p) && p:sub_tell(this:msg_sits())
11: endfor
12: this.mike = #-1
13: this.mike_q = {}
14: this:close_floor()
15: endif
16: "Last modified by Dax (#789) on Mon Dec 10 21:40:51 2001 MST."