Ultimate Hiding Script by Jaseowns
# Ultimate Hiding Script by Jaseownbs
# UO Outlands
#
# We try and hide using the hiding skill, if that fails
# we try and use a smoke bomb
# if we are still not hidden, we cast invis
#
if not hidden
useskill "hiding"
wait 200
if not hidden
if findtype 52149 backpack 2876
say "[SmokeBomb"
wait 200
endif
endif
if not hidden and skill "Magery" >= 80
while not targetexists beneficial
cast "Invisibility"
wait 50
endwhile
while targetexists
hotkey "target self"
endwhile
endif
endif