Difference between revisions of "PrivMsgName"

From OpenKore Wiki
Jump to navigation Jump to search
(Add EventMacro event condition: PrivMsgName)
 
Line 1: Line 1:
Is checked on private 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:PrivMsgName}}
  
: Syntax:
+
[[Category:EventMacro_Automacros]]
PrivMsgName <[[EventMacro#Regex|Regex]]> <[[EventMacro#Regex|Regex]]>
 
 
 
: The first regex is for the message, the second one is for the player name
 
 
 
: Example:
 
PrivMsgName /(buff|bless)/ /Player to buff/
 
PrivMsgName /stop/ /GM/
 
 
 
: Set variables:
 
$.PrivMsgNameLastName => Saves the name of the player which message activated PrivMsgName
 
$.PrivMsgNameLastMsg => Saves the message which activated PrivMsgName
 
 
[[Category:EventMacro_Conditions_Event]]
 
[[Category:EventMacro_Conditions_Event]]

Revision as of 09:23, 5 July 2019

PrivMsgName
  • Description: Is checked on private 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:
PrivMsgName <Regex> <Regex>
The first regex is for the message, the second one is for the player name
Example:
PrivMsgName /(buff|bless)/ /Player to buff/
PrivMsgName /stop/ /GM/
Set variables:
$.PrivMsgNameLastName => Saves the name of the player which message activated PrivMsgName
$.PrivMsgNameLastMsg => Saves the message which activated PrivMsgName