Zorkaz Posted March 1, 2021 Share Posted March 1, 2021 Has someone a good script for-removing someones clothing (All of it)-storing it in a persistent container-reequipping all of it? E.g. in my case OnTriggerEnter/Leave Link to comment Share on other sites More sharing options...
dylbill Posted March 2, 2021 Share Posted March 2, 2021 I think you can use UnEquipAll() or UnEquipItemSlot() in conjunction with registersterForRemoteEvent OnItemUnequipped to save items to be re-equipped. Link to comment Share on other sites More sharing options...
PJMail Posted March 2, 2021 Share Posted March 2, 2021 Be warned that equipping a weapon on an NPC can cause their outfit to default back to their initial one they were created with (or nude if they don't have it in their inventory anymore).Also equipping a clothing item can cause all existing active magic effects on the NPC to be terminated. ME's that are straight buff's (like legendary effects, or Armor buffs) will re-apply, but other (like ones from mods that run scripts) won't. 2 very annoying Bethesda bugs. Link to comment Share on other sites More sharing options...
Recommended Posts