Bapeth's Manual Override (A Stronger Set Last Target) by barryroser
Description from the author:
# Bapeths Manual Override
#
# Script will loop into 'Master Background' or "Bapeths Modern Dungeon Picker" if you have it in your script library
#
# Use this script in place of your "Set Last Target" hotkey
#
# Script starts here
hotkey 'Set Last Target'
overhead "Set Manual Override" 45
wft 500
while targetexists
//do nothing
endwhile
if not targetexists
@setvar 'Manual Override' lasttarget
overhead "Override Set!" 68 "Manual Override"
endif
if skill "Fishing" >= 80
script 'Master Background'
endif
if skill "Lockpicking" >= 80 or skill "Forensic Eval" = 80
pause 150
script "Bapeths Modern Dungeon Picker"
endifThis script will set a variable to your last target that is used by all other "Bapeth's Ship Scripts" with priority targeting, this being the highest priority. It is also used by Bapeths Modern Dungeon picker in the Auto-Pilfer routine








