PrivMsgNameDist: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page PrivMsgNameDist to privMsgNameDist: Converting page titles to lowercase) |
m (4epT moved page privMsgNameDist to PrivMsgNameDist over a redirect without leaving a redirect) |
(No difference)
|
Latest revision as of 21:54, 12 September 2021
- PrivMsgNameDist
-
- 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 and the distance matches the condition.
- Syntax:
PrivMsgNameDist <Regex> <Regex> <Math condition operators>
- The first regex is for the message, the second one is for the player name
- Example:
PrivMsgNameDist /(buff|bless)/ /Player to buff/ < 3 PrivMsgNameDist /stop/ /GM/ >= 4
- Set variables:
$.PrivMsgNameDistLastName => Saves the name of the player which message activated PrivMsgNameDist $.PrivMsgNameDistLastMsg => Saves the message which activated PrivMsgNameDist $.PrivMsgNameDistLastPos => Saves the position of the player which message activated PrivMsgNameDist $.PrivMsgNameDistLastDist => Saves the distance to the player which message activated PrivMsgNameDist $.PrivMsgNameDistLastID => Saves the openkore ID of the player which message activated PrivMsgNameDist