跳到主要内容
 Warning: Beta Version
版本:Beta ⚠️(未翻译)

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

必填列表

Text

必填正则表达式

The text to look for in the message.


可以使用 正则表达式 来匹配模式。例如,^.*$ 将匹配任何字符串。

Exact Same

必填

If the text should be matched exactly or not.