Hello,
Is there a way to show a particular option to show as a particular response menu option. For example, I have got six bubbles in responses, and for a particular dialogue, I need to options, but I want them, let's say, at option slots 4 and 6. Do I need to generate so many empty options or is there a shortcut?
Showing an Option at Specific Wheel Position
Re: Showing an Option at Specific Wheel Position
Hi,
Use predefined buttons assigned to the menu panel's Buttons list. For an example, see the Wheel Standard Dialogue UI used in the demo scene. The buttons will be numbered from 0.
Use the [position=#] markup tag in the option's text to tell it to use a specific button.
You may also want to tick the menu panel's Show Unused Buttons checkbox. This will show unused buttons in a disabled state. If you don't want to show unused buttons, leave it unticked.
Use predefined buttons assigned to the menu panel's Buttons list. For an example, see the Wheel Standard Dialogue UI used in the demo scene. The buttons will be numbered from 0.
Use the [position=#] markup tag in the option's text to tell it to use a specific button.
You may also want to tick the menu panel's Show Unused Buttons checkbox. This will show unused buttons in a disabled state. If you don't want to show unused buttons, leave it unticked.
Re: Showing an Option at Specific Wheel Position
Thank you so much.