Well basically I have one persistent container and I wish to move them to "this" or "getself" - a dynamically spawned npc.
What I'm currently trying (and should work?) is:
set myref to getSelf tempequipment.RemoveAllItems myref
But this complains with the error: "item myref not found for parameter Container (optional)"
So how would I move items to a dynamic container where I only have a dynamic reference?