Recall use Rune in Backpack by disi
# Cast recall for quick escape by disi
# UO Outlands
# this is my first script and used to quick recall to a defined rune in the backpack
# Set this to the rune serial needed - type ">info" in chat and click on the rune
#Andaria
setvar! recall_rune_serial 0x4A016A14
clearsysmsg
overhead "find rune..." 144
if find recall_rune_serial
overhead 'found rune! Cast recall...' 88
cast 'Recall'
wft
target recall_rune_serial
endif