Disable Player Response

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
BillyForce
Posts: 11
Joined: Wed Nov 27, 2019 4:45 pm

Disable Player Response

Post by BillyForce »

Hi,
is it possible to disable the Player Response through a command?
I dont want the player to click only on 1 line of response or in cutscenes.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disable Player Response

Post by Tony Li »

Hi,

Inspect the Dialogue Manager GameObject, and UNtick Display Settings > Input Settings > Always Force Response Menu.

You may also want to tick Display Settings > Subtitle Settings > Show PC Subtitles During Line.

If you want to show or skip the response menu for a specific line, include the [f] or [auto] markup tag in the text.
BillyForce
Posts: 11
Joined: Wed Nov 27, 2019 4:45 pm

Re: Disable Player Response

Post by BillyForce »

Works like a Charme. Thank you!
The reverse way would also be great.
The "Always Force Response Menu" as standard and disable it with a markup tag.
Maybe you can implement it an future update.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disable Player Response

Post by Tony Li »

That's already in the Dialogue System. Always Force Response Menu is ticked by default. If you want to show a single response as a subtitle instead of a menu, include the tag "[auto]" in the text to automatically use it and show it as a subtitle. This is the opposite of "[f]", which forces a single response to appear as a response menu.
Post Reply