Difference between revisions of "PlayerNearDist"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page PlayerNearDist to playerNearDist: Converting page titles to lowercase)
m (4epT moved page playerNearDist to PlayerNearDist over a redirect without leaving a redirect)
 
(No difference)

Latest revision as of 21:53, 12 September 2021

PlayerNearDist
  • Description: Checks if there is a player in a given distance which name matches the given regex.
Syntax:
PlayerNearDist <Regex> <Math condition operators>
Example:
PlayerNearDist /bad gm/ < 10
PlayerNearDist /good guy healer/ <5
Set variables:
$.PlayerNearDistLast => Saves the name of the last player that made PlayerNearDist become true
$.PlayerNearDistLastPos => Saves the position of the last player that made PlayerNearDist become true
$.PlayerNearDistLastBinId => Saves the openkore ID of the last player that made PlayerNearDist become true
$.PlayerNearDistLastDist => Saves the distance of the last player that made PlayerNearDist become true