Difference between revisions of "PubMsgName"

From OpenKore Wiki
Jump to navigation Jump to search
(Add EventMacro event condition: PubMsgName)
 
m (forgot to add category AGAIN)
Line 13: Line 13:
 
  $.PubMsgNameLastName => Saves the name of the player which message activated PubMsgName
 
  $.PubMsgNameLastName => Saves the name of the player which message activated PubMsgName
 
  $.PubMsgNameLastMsg => Saves the message which activated PubMsgName
 
  $.PubMsgNameLastMsg => Saves the message which activated PubMsgName
 +
 +
[[Category:EventMacro_Conditions_Event]]

Revision as of 14:19, 4 July 2019

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