I have made a Token, an unplayable ring, in order to distribute my object script, attached to the ring.
My mod does distribute the script via getfirstref and getnextref and the while...loop.
one of the first check when the token has been distributed is for it container/holder with GetContainer.
And there is the problem. Nearly half of all creatures and actors have no container. I use the command GetContainer from within the object script, the object script is attached to the token/unplayble ring,
which has been already added to the actors/creatures inventory with AddItem. Why does GetContainer not return its inventory owner? Do I have to wait for some frames, like in case of RemoveMe?