Difference between revisions of "Template:GuildMsgName"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with " <noinclude>This template describes the '''GuildMsgName''' Event Conditions of the automacro eventMacros.</noinclude> ;GuildMsgName :* Description: Is che...")
 
(No difference)

Latest revision as of 09:47, 5 July 2019

This template describes the GuildMsgName Event Conditions of the automacro eventMacros.
GuildMsgName
  • Description: Is checked on guild 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:
GuildMsgName <Regex> <Regex>
The first regex is for the message, the second one is for the player name
Example:
GuildMsgName /(buff|bless)/ /Player to buff/
GuildMsgName /stop/ /GM/
Set variables:
$.GuildMsgNameLastName => Saves the name of the player which message activated GuildMsgName
$.GuildMsgNameLastMsg => Saves the message which activated GuildMsgName