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

6 lines
156 B

/// saveslot_flash(index)
if (argument0 == 0) fy = 33;
if (argument0 == 1) fy = 77;
if (argument0 == 2) fy = 121;
fl = instance_create(45, fy, oSlotFlash);