Simple Single-Button Hide > Stealth by thisideasucks
Description from the author:
# Simple Single-Button Hide > Stealth
if not hidden
useskill 'Hiding'
wait 150
if hidden
overhead 'Hidden' 88
else
overhead 'Not Hidden!!' 38
endif
elseif hidden
clearsysmsg
overhead 'Attempting stealth' 94
useskill 'Stealth'
wait 150
if insysmsg "You begin to move quietly"
else
overhead 'Stealth not successful!!' 38
endif
endifSimple script that hides if not hidden, and attempts to stealth if already hidden.