Skip to main content
Version: 0.5.1

Chat Contains Text Event

The Chat Contains Text Event is called when a player sends a chat message containing certain text.

How could this be used?

When a player mentions something, you could display dialogue to them.

Fields

Triggers

RequiredList

Text

RequiredRegex

The text to look for in the message.


Regular expressions can be used to match a pattern. For example, ^.*$ will match any string.

Exact Same

Required

If the text should be matched exactly or not.