Skip to main content
 Warning: Unmaintained Version
Version: 0.4.2

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

InheritedList
A list of entries that will be triggered after this entry is triggered.

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.