Code runs in order, starting at the top of the program. For example:
print("this prints first")
print("this prints second")
print("this prints last")
Each print() instruction prints on a new line.
The dialogue in our game should display in the correct order! In the first level, our hero encounters a talking owl named Jax.
Jax: B-Kaw!
Hero: ...
Jax: Where are you off to this morning? Bkaw...
Hero: Where did an owl learn to speak??