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.
|
/// saveslot_flash(index)
|
|
if (argument0 == 0) fy = 33;
|
|
if (argument0 == 1) fy = 77;
|
|
if (argument0 == 2) fy = 121;
|
|
fl = instance_create(45, fy, oSlotFlash);
|