Display player text without choices options

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Pendergast
Posts: 38
Joined: Sun Oct 18, 2020 1:48 pm

Display player text without choices options

Post 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 !
PENDERGAST / NyxNikita
Artist & Writer
Caroline I. Letuppe
🌿 Instagram: https://instagram.com/nyxnikita
🌿 Site officiel: https://nyxnikita.com
🌿 Boutique: https://shop.nyxnikita.com
🌿 Tous mes liens: https://nyxnikita.carrd.co/
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Display player text without choices options

Post 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.
User avatar
Pendergast
Posts: 38
Joined: Sun Oct 18, 2020 1:48 pm

Re: Display player text without choices options

Post by Pendergast »

Thanks a lot, it worked !
PENDERGAST / NyxNikita
Artist & Writer
Caroline I. Letuppe
🌿 Instagram: https://instagram.com/nyxnikita
🌿 Site officiel: https://nyxnikita.com
🌿 Boutique: https://shop.nyxnikita.com
🌿 Tous mes liens: https://nyxnikita.carrd.co/
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Display player text without choices options

Post by Tony Li »

Glad to help!
Post Reply