The wiki does need a description of containers, I'd be happy to help out. Note two other features of containers:
- If you create or spawn one of the objects in a container, it creates instances for every object in the container, to keep the object counts the same.
- Same with destroying - destroying an object in a container destroys all associated objects (so you only need one Destroy action on any one object to destroy a container).
Ah, see? I didn't know that.
I'll go ahead and make my Container description a little more generic and post it to the Wiki. I'll probably start on it later on tonight, which means done by morning at the earliest.