Switch to edit mode.
Name(s): c_disallow1: if (this:ok(player)) 2: who = $su:match_player(args[1]) 3: this.can_listen = setremove(this.can_listen, who) 4: this.is_listen = setremove(this.is_listen, who) 5: this:_notify(who:title(), " removed from the people allowed to listen in on conversations.") 6: endif