EXERCISE 4: Now let's use the functions we just made.

  • At the bottom of the program, call the three functions you previously created: spell_1, spell_2, spell_3.
  • If you forgot how to call a function, you can check the Function Call block in . Just make sure to change the name to one of the new functions you made!
  • Add a Wait command between each function call.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE