Deactivate character portrait

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
will_888
Posts: 26
Joined: Mon Feb 07, 2022 4:09 am

Deactivate character portrait

Post by will_888 »

Hello! In my game, the character is shown talking and having a portrait in regular conversation.
There are other special conversation though where I don't want to show the portrait of the same character. How can I achieve this?

Thanks in advance
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Deactivate character portrait

Post by Tony Li »

Hi,

You could use a different subtitle panel that doesn't have a portrait image. Use the [panel=#] markup tag or SetPanel() sequencer command.

Or assign a transparent sprite such as 'transparent.png' (which ships with the Dialogue System) to one of the actor's portrait sprites. Then use the [pic=#] markup tag or SetPortrait() sequencer command.
Post Reply