You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-TimeTrials/scripts/remap_duplicate_kbkeymenu.gml

7 lines
258 B

/// remap_duplicate_kbkeymenu(key)
if (global.opkeybtn_menu1 == argument0) {
global.opkeybtn_menu1 = get_control_keycode(global.curropt);
} else if (global.opkeybtn_menu2 == argument0) {
global.opkeybtn_menu2 = get_control_keycode(global.curropt);
}