Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Ok i would like to change the movement buttons for my game, Im going to attempt to make a side scroller,
So im going to try to make it impossible to move up and down. and add a jump button in, If you could help, many thanks to whoever can find the button location.
So yeah, I assume you need it just for movement purposes. In that case, you can modify move_up and move_down in Game_Player to your needs... I think that'd be the most clean way.
If you mod the up and down cammands in Game_Player, it won't affect the menus, because Game_Player only affects the event that the player controls, known as the player character.