bioshards Posted December 23, 2014 Share Posted December 23, 2014 (edited) how do make a script that can be applied to a apparel item that will unequip and then requipe it when an npc already has it equiped? Edited December 23, 2014 by bioshards Link to comment Share on other sites More sharing options...
Ladez Posted December 23, 2014 Share Posted December 23, 2014 Can you explain in a little more detail what you want the script to do? I'm afraid I don't understand your request. Link to comment Share on other sites More sharing options...
bioshards Posted December 24, 2014 Author Share Posted December 24, 2014 Can you explain in a little more detail what you want the script to do? I'm afraid I don't understand your request. i have a script that makes hats drop when the wearer's healh drops to a certain point, and it works as intended. but it doesnt work if the wearer already has it equiped when you enter the cell, only if you add it to their inventory and equip it through the console and i need a something that will unequip and requip it Link to comment Share on other sites More sharing options...
luthienanarion Posted December 25, 2014 Share Posted December 25, 2014 Nothing about this thread makes any sense, but EquipItem and UnequipItem may help. Link to comment Share on other sites More sharing options...
Xilandro Posted December 25, 2014 Share Posted December 25, 2014 ref loop withIf ThosePeople.GetAV Health < SomeFloatThosePeople.DropItem DatHatRefendif Link to comment Share on other sites More sharing options...
Recommended Posts