Not sure if that's the right description for my question, but basically I'm am trying to do something similar to the Quest log (Example 9), but I want sub options within one of them. So for example
Option A
Option B
Option C
Clicking A or C brings up text, just like the example, no problem. But when Option B is clicked, I want to show some text, then
Option B1
Option B2
Option B3
each of these can also be clicked to bring up more information.
I, kind of, got it working, but as the label expands under the sub option, the other sub options are not moved down.
is this even possible, if so any hints on doing it would be greatly appreciated