View/Edit #6099:@close-dis*cussion @ferme-dis*cussion @close-floor

Switch to edit mode.

Name(s): @close-dis*cussion @ferme-dis*cussion @close-floor
1:  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."

Verb arguments: none none none
Verb perms: Readable NOT-Debug
Verb owned by: Raptor (#6319)

You are not logged in.

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