Page 1 of 1

New line for same actor?

Posted: Fri Jan 31, 2025 11:01 am
by willoneill
Hi Tony,

I'm wondering if there is a better way to do something that I'm using a very hacky workaround for.

Basically, I want the same actor (a narrator) to be able to speak twice in a row and have the lines treated as completely separate - like so:

https://ibb.co/svrbww9p

Unfortunately, what this requires me to do is have two actors with the same display name and color speaking back and forth to each other:

https://ibb.co/1tXKbGK7

If I have it remain as the same actor, the line just continues on without spacing and giving the character name again:

https://ibb.co/Zz3c4nm0

If I just want the line to continue with the same actor without starting the line totally new, I'd rather just manage that within a single line, do my own line breaks / pacing within it, etc.

So is there a way to tell Dialogue System to let me stack multiple lines for the same actor but have them be treated as totally new? Sorry if this question is obvious, I tried to look everywhere in the Dialogue Manager and my UI items but had no luck.

Re: New line for same actor?

Posted: Fri Jan 31, 2025 11:18 am
by Tony Li
Hi,

Are you using the basic Scrolling Dialogue UI or are you using a script (e.g., grabbed from this forum) to combine lines from the same actor? If you're using a script, you can modify that script to not combine lines.

Re: New line for same actor?

Posted: Fri Jan 31, 2025 12:44 pm
by willoneill
Tony Li wrote: Fri Jan 31, 2025 11:18 am Hi,

Are you using the basic Scrolling Dialogue UI or are you using a script (e.g., grabbed from this forum) to combine lines from the same actor? If you're using a script, you can modify that script to not combine lines.
No worries, I thought it might just be a tickbox I was missing somewhere!

I've modified my script instead and it works perfectly. Thanks again!

Re: New line for same actor?

Posted: Fri Jan 31, 2025 1:44 pm
by Tony Li
Great! Glad that's working.