PrivMsgName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (4epT moved page privMsgName to PrivMsgName over a redirect without leaving a redirect) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:54, 12 September 2021
- 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