Switch to edit mode.
Name(s): @open-dis*cussion @ouvre-dis*cussion @open-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 open.")
6: else
7: this:open_floor()
8: this:_noisy_task()
9: $msg:mtell("floor_open")
10: endif
11: "Last modified by Dax (#789) on Mon Dec 10 21:40:24 2001 MST."