Quote Originally Posted by Efren View Post
...
But while you exp your target changes it's not always the same. If you used NeoBot then you should know how $target pointer works.

Here is my example.
Code:
local Target = Creature.GetByID(getSelfTargetID())

if (Target:Name():lower() == 'wyrm' and Target:HealthPercent() >= 10 and Target:isAdjacent()) then
    --[[ CAST EXORI ICO ]]--
end