How to have choices without subtitle text
Posted: Mon Apr 22, 2024 1:47 pm
Hello,
I'm trying to set up dialogue to allow the player to make choices without any corresponding dialogue / subtitle text. My end goal is to have two options for the player: To be able to select between options without displaying any image or name, and to be able to converse while displaying a name but no image. My current strategy is to create a 'Choices' Actor that is designated as the player, and a 'Player' actor that is designated as an NPC.
The conversation should go something like:
NPC > Player Choice > NPC > NPC 2 > NPC > Player Choice > NPC 2 > etc.
My current setup has the Choices actor with their own subtitle panel. The Standard UI Subtitle Panel component has no references to Panel, Image, Name, or Subtitle Text. There are also no events on Open, Close, etc.
I've also added Continue() in the sequence for each 'Choices' node containing menu text with no dialogue text.
When the player selects a choice, the subtitle text disappears and the menu text flashes for just a moment, and then the next subtitle text is displayed. Which is obviously not ideal.
I'm trying to set up dialogue to allow the player to make choices without any corresponding dialogue / subtitle text. My end goal is to have two options for the player: To be able to select between options without displaying any image or name, and to be able to converse while displaying a name but no image. My current strategy is to create a 'Choices' Actor that is designated as the player, and a 'Player' actor that is designated as an NPC.
The conversation should go something like:
NPC > Player Choice > NPC > NPC 2 > NPC > Player Choice > NPC 2 > etc.
My current setup has the Choices actor with their own subtitle panel. The Standard UI Subtitle Panel component has no references to Panel, Image, Name, or Subtitle Text. There are also no events on Open, Close, etc.
I've also added Continue() in the sequence for each 'Choices' node containing menu text with no dialogue text.
When the player selects a choice, the subtitle text disappears and the menu text flashes for just a moment, and then the next subtitle text is displayed. Which is obviously not ideal.