PubMsgName: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Add EventMacro event condition: PubMsgName | m 4epT moved page pubMsgName to PubMsgName over a redirect without leaving a redirect | ||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| {{Template:PubMsgName}} | |||
| [[Category:EventMacro_Automacros]] | |||
| [[Category:EventMacro_Conditions_Event]] | |||
Latest revision as of 21:54, 12 September 2021
- PubMsgName
- 
- Description: 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