Switch to edit mode.
Name(s): centre1: if (player in this.in_speech)
2: return $msg:mtell("already")
3: elseif (length(this.in_speech) >= 3)
4: return $msg:mtell("full")
5: elseif (player in this.not_allowed)
6: return $msg:mtell("nope")
7: endif
8: this.in_speech = {@this.in_speech, player}
9: $msg:mtell("speech")