anb2004 Posted March 4, 2013 Share Posted March 4, 2013 as title said... my purpose here is to make an invinsible one handed weapon with unarmed animation and by single press/hotkey it will automaticly equipped on both hand.. could only find Weapon Function GetEquippedWeapon(bool abLeftHand), but i guess it only use for recognizing the weapon that currently use on left hand.. any help will be appreciated. thanks Link to comment Share on other sites More sharing options...
Wafflesalot Posted March 4, 2013 Share Posted March 4, 2013 (edited) There are no non-SKSE functions to equip weapons to the left hand directly but you can use EquipItemEx ( http://www.creationkit.com/EquipItemEx_-_Actor) which is a SKSE function, to directly equip the weapon to the left hand. Edited March 4, 2013 by Wafflesalot Link to comment Share on other sites More sharing options...
MonoGami Posted March 4, 2013 Share Posted March 4, 2013 I use this functionalilty in my mod Unarmed Magic http://skyrim.nexusmods.com/mods/32280source is included. if you have any questions, PM me. Link to comment Share on other sites More sharing options...
anb2004 Posted March 4, 2013 Author Share Posted March 4, 2013 @WaffleSalot wonder i didnt find that in the first place..will give it a try as soon as i get back..thanks a bunch :biggrin: @Monogami wow thank you, surely i'll have a look to your scripts.. :biggrin: funny this is just my workaround to make that unarmed combat can go with attack sound. since i got a dead end how to make unarmed with attack sound, so i decided to fool it by equipping a "ghost" weapons. Link to comment Share on other sites More sharing options...
Recommended Posts