if you use the equipitem command on arrows, you only have 1 get equipped instead of the whole quiver.....which is pretty annoying as I want them all to be equipped as if the player has selected them i nthe inventory....
any way around this bug?
scn ArrowEquipScriptshort ArrowCountBegin ScriptEffectStart ;or whatever begin block type you're usingset ArrowCount to Player.GetItemCount ArrowIDPlayer.EquipItem ArrowID ArrowCountend
scn ArrowEquipScriptshort ArrowCountBegin ScriptEffectStart ;or whatever begin block type you're usingset ArrowCount to Player.GetItemCount ArrowIDPlayer.EquipItem ArrowID ArrowCountend
tempRef.equipitem MQ15Bracers 1
tempRef.equipitem MQ15Bracers 1
player.EquipMe tempref
player.EquipMe tempref
Set Arrows to Arrow8DaedricTest Set Count to Player.GetItemCount Arrow8DaedricTest If Count > 0 Message "Count greater then 0"; Player.EquipItem Arrow8DaedricTest ; Only Equips 1; Player.EquipMe Arrow8DaedricTest ;\; Player.EquipMe Arrows ;--- None of these do anything, most likely a broken Function. Arrows.EquipMe Player ;/ Endif
player.equipitem arrowrefplayer.additem arrowref [desired amount]
player.equipitem arrowrefplayer.additem arrowref [desired amount]