Legenis Backstab Weapon Swap by Legenis
Description from the author:
###########################################################################
## Legenis Weapon Swap, part of Legenis Assassin Toolkit
## Created by Legenis
##
## This script will switch between your backstab and off-hand weapon
## This script It uses global variables set in the script options menu.
##
## myBackstabWep is ths weapon you use to backstab.
## myOffHand is your fast swinging offhand.
## To create or retarget these variables, see image here https://imgur.com/a/hB71N73
##
## myBackstabWep and myOffHand are used consistantly thoughout Legenis Assassin Toolkit
###########################################################################
if lhandempty
dclick myBackstabWep
elseif findlayer self lefthand as 'halberd'
dclick myOffHand
else
dclick myBackstabWep
endif
Part of Legenis Assassin Toolkit