Different behaviours onconversationstart()
Posted: Mon Jul 03, 2023 10:12 am
Hi i need a little help...
So right now i have the player controller to be set as disabled OnConversationStart() so that the player does not move around when a conv. starts, but i was thinking to use the DM to also manage dialogues that don't stop the "action", like when talking to someone through a radio, or from far away, or just be able to walk around and be able to see the subtitles and audio of the current dialogue go on by itself like without the need of the continue button , is there already a direct/ simple way to manage different behaviours for the OnConversationStart for each dialogue or do i need to do a custom script?
I was already using the Timeline manager for manually controlling cutscenes, but i would like to avoid using the timeline manager also for handling this since it would be kinda of a waste (and annoying) to write a custom timeline for each dialogue, and the only different thing i need is the dialogue to go on with free control of the player, maybe the only other thing i would change is the Dialogue UI and the continue button...
so the tldr is this: how can i change the OnConversationStart() behaviour based on each dialogue (and also the Dialogue Ui)?
So right now i have the player controller to be set as disabled OnConversationStart() so that the player does not move around when a conv. starts, but i was thinking to use the DM to also manage dialogues that don't stop the "action", like when talking to someone through a radio, or from far away, or just be able to walk around and be able to see the subtitles and audio of the current dialogue go on by itself like without the need of the continue button , is there already a direct/ simple way to manage different behaviours for the OnConversationStart for each dialogue or do i need to do a custom script?
I was already using the Timeline manager for manually controlling cutscenes, but i would like to avoid using the timeline manager also for handling this since it would be kinda of a waste (and annoying) to write a custom timeline for each dialogue, and the only different thing i need is the dialogue to go on with free control of the player, maybe the only other thing i would change is the Dialogue UI and the continue button...
so the tldr is this: how can i change the OnConversationStart() behaviour based on each dialogue (and also the Dialogue Ui)?