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.
|
var slotStr;
|
|
if (oLoad.alarm[0] < 0 && oSave.alarm[0] < 0 && oLoad.alarm[1] < 0)
|
|
{
|
|
global.slot++
|
|
if (global.slot > 3)
|
|
global.slot = 1
|
|
slotStr = string(global.slot)
|
|
global.saveString = (("\save" + slotStr) + ".txt")
|
|
}
|