Hello! First time poster, long time user.
I was wondering if there was any way to add some form of gotoChapter(n) much in the same way goToRandomWaypoint(n) works.
Like say I have 3 chapters, and I want each Chapter to go to a random chapter after it’s completed, without being able to go back to itself.
Chapter 1: Play goldsaucer games for 30 minutes -> Go to random chapter (2,3)
Chapter 2: Mine up Water shards -> Go to Random Chapter (1,3)
Chapter 3: Run 2 Adventurer Squadron missions -> Go to random chapter (1,2)
If there was some form of if-then-else statements, along with global variables(per scenario), it would also make things much more robust in the Scenario department. You’d be able to have an array to stop from doing a random chapter more than once per set, amongst other things.
This is just something I’ve been thinking would be nice to have functionality wise. It could very well be too difficult to implement, and maybe I’m the only one wanting this sort of thing.. Just felt I should pass it on!