corrado33 Posted September 12, 2018 Share Posted September 12, 2018 (edited) I've programmed a mannequin outfit switcher script and have added pullbars behind all of the mannequins in the vanilla houses. However, in proudspire manor, using the pullbars and then leaving the cell and returning causes the armor duplication glitch. It does NOT happen in riften (haven't checked elsewhere yet.) Anyone know how to fix this? The script is essentially ;equippedItems is a form list of all of the items equipped by the mannequin while (counter > numItemsEquipped) mannequinForm.removeitem(equippedItems(counter),1,TRUE,game.getplayer()) game.getplayer().equipitem(equippedItems(counter),FALSE,TRUE) counter += 1 endwhile and does the same in the opposite direction for the stuff the player has equipped to the mannequin. The script works great, but if it causes this glitch it's... very annoying. EDIT: I have literally nothing else installed other than the DLC and legendary edition patch and my mod. Edited September 12, 2018 by corrado33 Link to comment Share on other sites More sharing options...
Recommended Posts