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
Deactivate character portrait
Re: Deactivate character portrait
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.
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.