2H or LH by AreYouKidden🐲

Description: 2H or LH weapon script - on first use will let you select weapon. Can be used to swap between 1H & 2H scripts, and has handling for when a target is up so you don't break target for mages. Also has handling for shields, so it'll unquip shields if you are going 1H with Shield.

@setvar 'PauseTime' 600 if not find '2H' 'self' overhead 'Select 2H' @setvar '2H' endif if not lhandempty clearhands 'left' else getlabel '2H' 'label' if targetexists or 'crook' in 'label' if 'shield' in 'label' or 'buckler' in 'label' if findlayer 'self' 'lefthand' clearhands 'left' pause 100 endif else if findlayer 'self' 'righthand' or findlayer 'self' 'lefthand' clearhands 'both' pause 100 endif endif lift '2H' 1 pause 'PauseTime' drop 'self' 'FirstValid' elseif not targetexists dclick '2H' endif endif