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.
Disable Player Response
Re: Disable Player Response
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.
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.
-
- Posts: 11
- Joined: Wed Nov 27, 2019 4:45 pm
Re: Disable Player Response
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.
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
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.