The game entity continuously changes its status between "IDLE" and "WALK".
The State-driven agent design enables a clean implementation of basic AI logic.
The cone changes its color depending on the current state and uses FollowPath behavior when IDLE and Arrive (to zero point) behavior in the WALK state.

Current State: