View Single Post
02-07-05, 05:32 PM   #42
Cide
Swedeheart
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 96
They removed that because of TargetDistance mods, aaronsullivan. If you want to check if the npc you're interacting with is the same NPC as the player you just hovered over, use:

Code:
if ( UnitIsUnit("npc", "mouseover") ) then
__________________
CTMod Developer
  Reply With Quote