Difference between revisions of "GuildMsgName"

From OpenKore Wiki
Jump to navigation Jump to search
(Add EventMacro event condition: GuildMsgName)
 
m (4epT moved page guildMsgName to GuildMsgName over a redirect without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
+
{{Template:GuildMsgName}}
  
: Syntax:
+
[[Category:EventMacro_Automacros]]
GuildMsgName <[[EventMacro#Regex|Regex]]> <[[EventMacro#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
 
 
[[Category:EventMacro_Conditions_Event]]
 
[[Category:EventMacro_Conditions_Event]]

Latest revision as of 21:43, 12 September 2021

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