Unknown
From DarkAI
AI
SET ENTITY CONTAINER
This command sets the
container the entity is assigned to. An entity will only avoid
obstacles and only see entities that are in its current container. By
default all entities and obstacles are added to container 0 creating
a single complete world, but it does not detect differences in
height. Use containers to separate floors so that entities only avoid
obstacles that are on their floor. If you want to move entities
between floors you will need to detect when an entity moves into a
new container and use this command to notify the AI
system.
Syntax
AI Set Entity Container Entity
Number, Container Number
Parameters
Entity
Number, The id of the entity to set the container.
Container
Number, The id of the container you want to assign the entity
to.
Return
n/a