Showing an Option at Specific Wheel Position

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pegassy
Posts: 135
Joined: Sat Mar 17, 2018 8:07 pm

Showing an Option at Specific Wheel Position

Post by pegassy »

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?
User avatar
Tony Li
Posts: 22057
Joined: Thu Jul 18, 2013 1:27 pm

Re: Showing an Option at Specific Wheel Position

Post by Tony Li »

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.
pegassy
Posts: 135
Joined: Sat Mar 17, 2018 8:07 pm

Re: Showing an Option at Specific Wheel Position

Post by pegassy »

Thank you so much.
Post Reply