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_randomizer_pure_vars.gml

27 lines
616 B

//not all these variables used.
switch (argument0)
{
case 0:
oControl.bombs_placed = true;
oControl.twocount_B_SJ++;
oControl.threecount++;
break;
case 4:
oControl.hijump_placed = true;
oControl.twocount_HJ_SJ++;
oControl.threecount++;
break;
case 6:
oControl.spacejump_placed = true;
oControl.twocount_B_SJ++;
oControl.twocount_HJ_SJ++;
oControl.threecount++;
break;
case 7:
oControl.speed_placed = true;
break;
case 8:
oControl.screw_placed = true;
break;
}