Unknown

From DarkAI

AI GET ENTITY IN ZONE

This command will check if the entity is in within the bounds of the specified zone. The entity does not need to be assigned to the zone, any entity can be checked against any zone.

Syntax
return integer = AI Get Entity In Zone ( Entity Number, Zone Number )

Parameters
Entity Number, The id of the entity you want to check is within the zone.
Zone Number, The id of the zone you want to check the entity is in.

Return
1 if the entity is within the bounds of the zone, 0 if not.