Action - Do Actions in a Loop#
This Action lets you choose a series of Actions that should happen in a specific order in a loop. However, it should be noted that the Actions don’t all happen together. Instead, only one Action in the list will happen, but next time, the next Action will happen, and so on until it gets to the end of the list. When it gets to the end of the list, it will loop back around to the first Action.
Example - Annoying Singer#
Let’s say you have a Froggy in your game that loves to sing, but they’ve chosen to sing the most annoying song ever. You can make it so each time you walk up to them, they sing one line of the song. But once the song is over, they start right back up again.
Here’s how it would look in your Action Sequence:
- Do Actions in a Loop
- Say Something - “…This is the song that doesn’t end!”
- Say Something - “Yes, it goes on and on, my friend!”
- Say Something - “Some people started singing it, not knowing what it was!”
- Say Something - “And they’ll continue singing it forever just because…”