Template:PubMsgName

From OpenKore Wiki
Revision as of 21:35, 4 July 2019 by 4epT (talk | contribs) (Created page with " <noinclude>This template describes the '''PubMsgName''' Event Conditions of the automacro eventMacros.</noinclude> ;PubMsgName :* Description: Is checked...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This template describes the PubMsgName Event Conditions of the automacro eventMacros.
PubMsgName
  • Description: Is checked on public 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:
PubMsgName <Regex> <Regex>
The first regex is for the message, the second one is for the player name
Example:
PubMsgName /(buff|bless)/ /Player to buff/
PubMsgName /stop/ /GM/
Set variables:
$.PubMsgNameLastName => Saves the name of the player which message activated PubMsgName
$.PubMsgNameLastMsg => Saves the message which activated PubMsgName