Template:PartyMsgName

From OpenKore Wiki
Revision as of 09:28, 5 July 2019 by 4epT (talk | contribs) (Created page with " <noinclude>This template describes the '''PartyMsgName''' Event Conditions of the automacro eventMacros.</noinclude> ;PartyMsgName :* Description: Is che...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This template describes the PartyMsgName Event Conditions of the automacro eventMacros.
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