View/Edit #3180:centre

Switch to edit mode.

Name(s): centre
1: 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")

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]