Created: 28 days ago on 05/21/2025, 07:54:20 PM
Description: Credit goes to some mug on the sagas discord
while Skills.GetValue('Stealth') < 100 do
if Player.IsHidden == true then
Skills.Use('Stealth')
Pause(10200)
else
Skills.Use('Hiding')
Pause(10200)
end
end