I use that in conjunction with another mod by the same author, called Stance Sets.
Primarily aimed at Warriors, it allows you to set up a number of different sets of weapons for use in different stances and also allows auto-switching when you switch into a particular stance (ie go S/S when switching to defense).
/script PickupInventoryItem(17);if(CursorHasItem()) then PickupContainerItem(0,3);PickupContainerItem(0,1);PickupInventoryItem(16);else PickupContainerItem(0,1);PickupInventoryItem(16);PickupContainerItem(0,2);PickupInventoryItem(17);end
found this on some forum, edited a bit... not even close being perfect but does the job for me. put 1h - 1h - shield in the first three slots in yoru backup and it keeps switching between them.
but stancesets and weaponquickswap works aswell as others mentioned it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.