Page 1 of 1

Display player text without choices options

Posted: Fri Oct 23, 2020 11:48 am
by Pendergast
Hi again, Tony !

I tried to search for answers, but i can't find how to make the player talk without choices options everytime, but instead, some few times.

I want to make choices in very limited times : the rest of the time, i want the dialogue to be displayed like NPC's one ; like a casual conversation. I hope it's understandable :'(

Thanks in advance !

Re: Display player text without choices options

Posted: Fri Oct 23, 2020 1:20 pm
by Tony Li
Hi,

Inspect the Dialogue Manager GameObject. Use these settings:
  • Subtitle Settings: Show PC Subtitles During Line - TICKED
  • Subtitle Settings: Skip PC Subtitle After Response Menu - UNTICKED (optional)
  • Input Settings: Always Force Response Menu - UNTICKED
If the player only has one choice, it will show the choice as a subtitle, just like the NPC.

If the player has more than one choice, it will show a response menu.

If the player only has one choice and you want to force it to show a response menu, include "[f]" in the dialogue text.

Re: Display player text without choices options

Posted: Fri Oct 23, 2020 4:58 pm
by Pendergast
Thanks a lot, it worked !

Re: Display player text without choices options

Posted: Fri Oct 23, 2020 5:36 pm
by Tony Li
Glad to help!