Weapon Slot / Swap - useSlot by alezonez
if find currentWeaponSlot backpack as weap
if targetexists
hotkey 'Toggle Peace Only'
if not lhandempty or not rhandempty
if findtype 'spellbook' righthand as book
hotkey 'Undress Both Hands'
else
cast 'unlock'
endif
endif
lift weap 1
drop 'self' LeftHand
else
dclick weap
endif
elseif find currentWeaponSlot lefthand as weap
elseif find currentWeaponSlot righthand as weap
else
overhead 'Weapon Not found'
endif
overhead 'attacking!' 41 'last'
hotkey 'Attack Last Target'