1
Pytania i Problemy / Autostamina
« dnia: 18 Grudzień 2022, 01:16:37 »
Siemka potrzebuje zmodyfikowac ten kod zeby uzywał staminki gdy 39:59
id staminki :5467
id staminki :5467
Kod: [Zaznacz]
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)