Stacking Sequencing Commands
Posted: Sun Dec 26, 2021 10:15 pm
I have a Conversation where I use setPortrait(Actor, pic=#) to make Actors disappear or reappear during the conversation. (Making the # portrait into a empty PNG)
It seems to work well, but I'm trying to wrap it in a Fade (out) command so that the portrait doesn't cut away so abruptly.
It seems to work well, but I'm trying to wrap it in a Fade (out) command so that the portrait doesn't cut away so abruptly.
This did not work. Is there a better way to disappear/reappear portraits during a conversation either in Excel or the Dialogue Manager, or a way to add a Fade to a setPortrait sequencer?Fade(out(SetPortrait(Actor, pic=2)));