Jump to content

[LE] Mannequin outfit switch script causes duplication glitch in proudspire manor.


corrado33

Recommended Posts

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 by corrado33
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...