I'm trying to figure out how to implement a control system so you can choose the controls of the game IN the game (ie. the player can go into the options and set Move Left to "V", and then set the Move Left event to <if "whatever_key_is_set_to_move_left" is pressed>)
I'd imagine it's somehow done with keycodes & variables, but there are no key code tutorials that explain how to use them.
Any help would be greatly appreciated!
Thanks,
Steve