Difference between revisions of "PartyMsgName"

From OpenKore Wiki
Jump to navigation Jump to search
(Add EventMacro event condition: PartyMsgName)
 
Line 1: Line 1:
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.
+
{{Template:PartyMsgName}}
  
: Syntax:
+
[[Category:EventMacro_Automacros]]
PartyMsgName <[[EventMacro#Regex|Regex]]> <[[EventMacro#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
 
 
[[Category:EventMacro_Conditions_Event]]
 
[[Category:EventMacro_Conditions_Event]]

Revision as of 09:29, 5 July 2019

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