@ -16,17 +16,16 @@ Draw:Sync(function(draw)
local px, py, pz = ObjectPosition('player')
local distance = ObjectDistance('player', 'target')
draw:Circle(px, py, pz, 5)
draw:SetColor(230, 230, 250)
draw:SetAlpha(50)
if Target:Exists() then
if Round(distance) <= 6 then
draw:SetColor(144, 238, 144)
draw:SetAlpha(200)
end
if Round(distance) >= 6 then
end)
-- SpellBook