Switching between Weapon and Tool by tang_67330
//switching pickaxe (tool) with mace (weapon)
if findtype "pickaxe" hand
if findtype "war mace" backpack as a
dclick a
endif
else
if findtype "pickaxe" backpack as a
dclick a
endif
endif