Now that our character is moving through the world, we're going to give it another behavior state and allow the player to instruct it to wait.
Before we create this new state, however, we're first going to create a simple UI element to indicate the companion character's current state. We'll build it as a placeholder first, since we haven't yet created its new state, and then, once we have, we'll update it to reflect the real underlying data.