#Keyboard Support for Dialogue System

1 messages · Page 1 of 1 (latest)

valid creek
#

I've made a dialogue system for my game and it works perfectly. However when an NPC asks a question, I want the player to not have to use their mouse to answer. Is there any way to configure it so that the player can use their keyboard (eventually controllers too if I get that far) to answer NPC questions. My NPC code is here: https://paste.myst.rs/8eu19ohp

#

I know it would probably require some manipulation of the EventSystem or something like that.