1H or RH by AreYouKidden🐲

Description: 1H or RH 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.

@setvar 'PauseTime' 600 if not find '1H' 'self' overhead 'Select 1H' @setvar '1H' endif if not rhandempty clearhands 'right' else getlabel '1H' label if targetexists or 'spellbook' in 'label' if findlayer 'self' 'lefthand' as 'LH' getlabel 'LH' 'label' if 'shield' in 'label' or 'buckler' in 'label' else clearhands 'left' pause 100 endif endif if findlayer 'self' 'righthand' clearhands 'right' pause 100 endif lift '1H' 1 pause 'PauseTime' drop 'self' 'FirstValid' elseif not targetexists dclick '1H' endif endif