How do I change the main menu mid-game?
During a plotscript between the two chapters, I'll need to switch which one is brought up with Escape/Alt/whatever. How should I go about this?
On a similar note, because I am clumsy with choreography in plotscripts, I want to replace the "Order" option in the menu with a "Shuffle" option, which should be a plotscript that detects how many heroes are in the party and rearranges them accordingly.
In a 2-hero party, Shuffle would reverse the heroes' locations.
In a 3-hero party, Shuffle would make formation [1, 2, 3] become [2, 3, 1] then [3, 1, 2] and back to [1, 2, 3] again.
I'm sure I can pull this off, but if anyone has a pre-existing script for this sort of thing, I'd love to see it.