Drink Strength if Overweight (with two hand check) by FewUnderstandThis
Description from the author:
# If overweight or close to overweight, drink strength potion
if diffweight > 10
overhead 'Not Overweight' 1150
else
if not findtype 'white potion' backpack
overhead 'OUT OF STRENGTH POTS!!!' 34
overhead 'OUT OF STRENGTH POTS!!!' 34
overhead 'OUT OF STRENGTH POTS!!!' 34
else
# If hands are not free to drink potion
if not lhandempty
# Switch to one handed weapon (sub any wep for war mace)
if findtype 'war mace' backpack as wep
overhead 'to One-Hand...' 1150
dclick wep
else
overhead 'Unequip...' 1150
hotkey 'undress left hand'
endif
endif
overhead 'Drinking Strength!' 1150
potion 'strength'
wait 200
endif
endifIf overweight or close to overweight, drink strength potion