All I want to do is to make it so when a player presses enter, dialogue progresses. Any ideas?
Use the Keyboard > On key code pressed event. The key code for "Enter" is 13.
Then add the action you're using to advance the dialogue.
Here's a list of all key codes... It even has an interactive tool for ppl too lazy to look thru the list. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">
https://www.cambiaresearch.com/articles ... -key-codes
Develop games in your browser. Powerful, performant & highly capable.
Use the Keyboard > On key code pressed event. The key code for "Enter" is 13. Then add the action you're using to advance the dialogue. Here's a list of all key codes... It even has an interactive tool for ppl too lazy to look thru the list. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> https://www.cambiaresearch.com/articles ... -key-codes
OK cool! All done! Thanks!