Dialogue newbie - point-and-click interface

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue newbie - point-and-click interface

Post by Tony Li »

Hi,

To put the PC and NPC portraits on different sides, you'll either need to handle it yourself with some code (e.g., make a subclass of StandardUISubtitlePanel) or use two different subtitle panels. I recommend two different subtitle panels so you don't have to write and maintain any extra code. Both subtitle panels can share the same Subtitle Text, Continue Button, and even Portrait Name if you want.
Post Reply