Untitled - MARKUP 0.29 KB
                                
                                    local hpPercent = 98
HEAL = macro(50, "Exura Vita",  function()
 if (hppercent() <= hpPercent) then
 say(storage.HealText)
end
end)
addTextEdit("HealText", storage.HealText or "exura med ico", function(widget, text)
storage.HealText = text
end)
                                
                            

Paste Hosted With By Wklejamy.pl