PartyMsgName: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page PartyMsgName to partyMsgName: Converting page titles to lowercase) |
m (4epT moved page partyMsgName to PartyMsgName over a redirect without leaving a redirect) |
(No difference)
|
Latest revision as of 21:52, 12 September 2021
- PartyMsgName
-
- Description: Is checked on party messages, is true when the message matches the given regex and the name of the player which sent it also matches it's given regex.
- Syntax:
PartyMsgName <Regex> <Regex>
- The first regex is for the message, the second one is for the player name
- Example:
PartyMsgName /(buff|bless)/ /Player to buff/ PartyMsgName /stop/ /GM/
- Set variables:
$.PartyMsgNameLastName => Saves the name of the player which message activated PartyMsgName $.PartyMsgNameLastMsg => Saves the message which activated PartyMsgName