Quote:
You do make a great point and I agree. But I do not know how to do it, sorry to say,
But Dugi has a targeting one and so does zygor. Maybe check theirs and hopefully a solution?
Code:
local content for _, t in ipairs(targets) do /targetexact ( '%s' ):format( t ); /cast spellName; end
Code:
/targetexact ( '%s' ):format( Unit('target') );
/cast spellName;