Siemka potrzebuje zmodyfikowac ten kod zeby uzywał staminki gdy 39:59
id staminki :5467
macro(500, function()
if stamina() < 842 then
use(tonumber (storage.idstam))
end
end))
UI.Label("Id staminera/mediumki")
addTextEdit("id staminera", storage.idstam or "id", function(widget, text)
storage.idstam = text
end)