Difference between revisions of "NpcNear"

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

Latest revision as of 21:50, 12 September 2021

NpcNear
  • Description: Checks if there is a npc near which name matches the given regex.
Syntax:
NpcNear <Regex>
Example:
NpcNear /kafra/
NpcNear /special agent/
Set variables:
$.NpcNearLast => Saves the name of the last npc that made NpcNear become true
$.NpcNearLastPos => Saves the position of the last npc that made NpcNear become true (can be used for 'talknpc' command)
$.NpcNearLastBinId => Saves the openkore ID of the last npc that made NpcNear become true (can be used for 'talk' command)
$.NpcNearLastDist => Saves the distance of the last npc that made NpcNear become true