Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
171 B
2
Indexable
Never

local healingSpell = 'exura sio "Magia Brana'
local hpPercent = 95
macro(50, "Sio 95%",  function()
  if (hppercent() <= hpPercent) then
    say(healingSpell) 
  end
end)