Page 1 of 1

Disable Player Response

Posted: Sun Jun 20, 2021 8:05 am
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.

Re: Disable Player Response

Posted: Sun Jun 20, 2021 8:21 am
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.

Re: Disable Player Response

Posted: Mon Jun 21, 2021 3:59 am
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.

Re: Disable Player Response

Posted: Mon Jun 21, 2021 9:51 am
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.