>>536 それなら i = 1 If シナリオフラグ >= 1 Then Stage[i] = 平原の戦い i = i + 1 EndIf If シナリオフラグ >= 2 Then Stage[i] = 森林の戦い i = i + 1 EndIf If シナリオフラグ >= 3 Then Stage[i] = 海中の戦い i = i + 1 EndIf If シナリオフラグ >= 4 Then Stage[i] = 山岳の戦い i = i + 1 EndIf
Ask Stage "シナリオ選択"
If Stage[選択] = "平原の戦い" Then Continue Eve\**_01.eve ElseIf Stage[選択] = "森林の戦い" Then Continue Eve\**_02.eve ElseIf Stage[選択] = "海中の戦い" Then Continue Eve\**_03.eve ElseIf Stage[選択] = "山岳の戦い" Then Continue Eve\**_04.eve EndIf