Godot Version
4.2.2
Question
I want to find a way to simulate a whole sequence of words in a sentence with the Input.action_press(), but wasn’t able to, since an action needs to be created for each letter. But even creating an action with a specific key wasn’t that clear how to do. Does anyone know a way of how to do that effectively in gdscript?