View Single Post
06/06/17, 02:42 PM   #1
vvarderen
 
vvarderen's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 20
target of my target question

hi, i have a problem : i don't see the target of my target with my code.


Lua Code:
  1. local nameText = GetUnitName("reticleover") -- local for identify add name
  2. local targetednameText = GetUnitName("reticleovertarget") -- local for identify target name of target
  3. d(nameText.." cible "..targetednameText)

in chat i see "Mobs cible " only. Not me or other thing like "Mobs cible Me".

reticleovertarget is functional?
  Reply With Quote