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/scr_variasuitswap.gml

8 lines
251 B

if ((global.item[9] == 1) && (global.currentsuit == 2)) { //syntax fixed for YYC?
//show_debug_message("TRYING TO SET GRAVITY");
global.currentsuit = 2;
} else {
//show_debug_message("TRYING TO SET VARIA");
global.currentsuit = 1;
}