I want to have my description above a yes or no answer. I've been using Eli's excellent Choice Manager plugin for in game stuff, but now that I'm creating a totally a menu scene for a custom feature in the game I'm working on, I'm wondering if it's possible to do this through JS or not?
Perhaps even if the first selection was index 2 instead of 0, and if it exceeded 3, return to 2, goes below 2, returns to 3, if that makes sense?
[edit]
Also trying to open a sub window, which I got working. When closing the window though, it keeps closing the main window on the same frame. Is there an obvious and easy way to close the sub window without this happening?