Something like
*snip*
Should work. You should use a leveled list instead of a direct form to ensure that the actor gets completely cleared from memory as soon as the cell resets, and requires the actor to have a no low processing.
Thanks! I'll try that out and see how it works. However, I'm curious about the
sumn.removeme part. According to the CS Wiki,
RemoveMe removes the calling object from the inventory of the container that it is in (if applicable). If TargetContainerID is specified, the object is moved to the target container.
Will that work since
Sumn, in this case, is an actor? And will I need it since it will be cleared from memory as soon as the cell resets?