Hi!
I want to show a dialog when the player goes into a room. My goal is to don’t let the player moves their character and set a ket to show the next paragraph.
The dialog will be five paragraph. When the player press a key it will show the next paragraph, where there is no more paragraph it will close the dialog box.
To show the text I’m using a Blueprint User Widget. And to don’t let the player moves their character while the dialog is showing, I use the node “Set Input Mode UI Only”.
My problem is that I want to use a key to let the user shows the next paragraph but I don’t know how to do it, because with node “Set Input Mode UI Only” I press a key and nothing happens.
Maybe I can use the node “Set Input Mode Game and UI” and disabling the Input Mapping Context the moves the character and set another Input Mapping Context for the UI.
How can I do it?
Thanks!

