@verb #3180:"centre" none none none rdo #6319 @program #3180:"centre" none none none if (player in this.in_speech) return $msg:mtell("already") elseif (length(this.in_speech) >= 3) return $msg:mtell("full") elseif (player in this.not_allowed) return $msg:mtell("nope") endif this.in_speech = {@this.in_speech, player} $msg:mtell("speech") .