How do you get someone to equip something in their left hand

Post » Wed Feb 06, 2013 5:39 am

This seems like it should be really easy, but I can't figure it out. I've made a left-handed weapon, and then included the following in my script:

  if GetEquippedWeapon(true) != DwarvenSword2   EquipItem(DwarvenSword2)  endIf  if GetEquippedWeapon() != DwarvenSword   EquipItem(DwarvenSword)  endIf

(where dwarvensword2 is a left handed version of dwarvensword)

Doesn't work. I really need for this guy to have both weapons drawn, as if he doesn't he can't complete the dual wielding animation I need him to do. I've tried giving him two geared up weapons and setting his packages to have weapon drawn, but he only draws one weapon as a result of his packages. I don't get it.
User avatar
herrade
 
Posts: 3469
Joined: Thu Apr 05, 2007 1:09 pm

Return to V - Skyrim