Is it possible to call another scenario from inside a scenario? I essentially want to write some variety to my activity. I could easily have an orchestrator scenario that called the various other ones I wanted to run. This way I could make it teleport to Foundation, use the Aetheryte, and travel to the Firmament. Then it would call up the Diadem mining scenario for one cycle or how ever many was specified in the orchestrator scenario. Once that scenario ran its cycles the orchestrator scenario would call the next. Such as Gold Saucer, a Chobo race, trust, or anything really to not being doing the exact same task all session.
// Example Orchestrator Scenario
// Call our Diadem Scenario
scenario(The Diadem: Get to Firmament)
afkFor(00:00:05)
scenario(The Diadem: đ± with collectable turn in's)
// Call our Gold Saucer Scenario
scenario(The Gold Saucer: Get to our Game)
afkFor(00:00:05)
// Maybe add something like this too? So I could repeat it X amount of times easily if the argument was added
scenario(The Gold Saucer: Get Them Gains, 10)
// Call our Diadem Scenario
scenario(The Diadem: Get to Firmament)
afkFor(00:00:05)
scenario(The Diadem: FSH with collectable turn in's)
//Repeat our scenario 20 times
repeatAll(20)