Is there a way I can allow the player to change the keys in the game to whatever they want, without me having to create an event for nearly every key on the keyboard?
Is there something like a variable, but for keyboard keys? For example:
if <Keyboard Variable> pressed, do this action.