sorry to necro this thread, but I've made a script that successfully dumps the items, lets me mess with them, then successfully dumps them back to the npc. The problem is, my npc never equipts the items I give him. only weapons. here is my script
scn ACgriusscriptshort ShareBegin Gamemodeif Share == 1 set Share to 2 ACgriusref.removeallitems ACchestref acchestref.moveto Player ACchestref.Activate Player ACchestref.moveto ACgriuschestmarker return elseif Share == 2 set Share to 0 ACchestref.RemoveAllItems ACgriusref return endifend
share is set to 1 through the results of a dialouge option.
I know SOMETHING is missing, but not what it might be.
Thanks for the continued help.
EDIT: forgot to say, my npc is wearing clothes when i access his inventory, and even if I remove nothing, just close the chest, he is naked with only his weapon. He has the items, but won't equipt them.