Unknown

From DarkAI

AI GET ENTITY IS MOVING

This command will return if the entity is currently moving towards its destination. If the entity has no destination this will return 0. If the entity has a destination but cannot reach it, or is stuck, this will return 0.

Syntax
return integer = AI Get Entity Is Moving ( Entity Number )

Parameters
Entity Number, The id of the entity to check.

Return
1 if the entity is moving, 0 if not.