I'm trying to use a combination of more than 4 choices that scroll down a single list and the switch on to show choice options. A better example would be to show you the code. In an event, I've got this:
Script: Choice.new
Text: -, -, Normal, Bottom
Here is where you choose options.
Show Choices: Option 1\son[41], Option 2\son[42], Option 3\son[43], Option 4\son[44]
When [Option 1\son[41]]
@>
etc.
etc.
etc.
Show Choices: Option 5\son[45], Option 6\son[46], Option 7\son[47], Option 8\son[48]
and so on. Now, the script called simply sets the switches on according to various comparisons. When this even is called, all the switches turn on or off accordingly, but the options still show up with extra info. I'll post a SS to better show what I'm talking about.
In this picture, Option switch 1 is on, 2, 3, 4, and 5 are off, and 6 is on. I don't really understand why options 2 and 4 don't show up, but 3 and 5 do with the extra information at the end there... the only thing I noticed was that the numbers after the comma are the switches associated with those options... anyone have any ideas?