Created: 3 months ago on 03/12/2025, 11:43:36 PMUpdated: 3 months ago on 03/13/2025, 12:52:28 AM
useskill "hiding"
wait 500
if skill 'hiding' >= 80
if hidden
overhead 'Hidden' 89
wait 10000
useskill "stealth"
else
overhead 'Not Hidden' 89
endif
endif
wait 10000
if skill 'hiding' = 100 and skill 'stealth' = 100
stop
endif
loop