Recommit? Re-add ScreenCaution's optionality.
This commit is contained in:
@@ -49,7 +49,7 @@ ChoiceNames=1,2,3,4,5,6,7
|
||||
DefaultChoice=1
|
||||
NumChoicesOnPage1=100
|
||||
WrapCursor=1
|
||||
Choice1=ApplyDefaultOptions;screen,ScreenCaution
|
||||
Choice1=ApplyDefaultOptions;screen,ScreenCautionBranch
|
||||
Choice2=screen,ScreenSelectGame
|
||||
Choice3=screen,ScreenOptionsMenu
|
||||
Choice4=screen,ScreenEditMenu
|
||||
@@ -104,6 +104,14 @@ Class=ScreenTitleMenu
|
||||
Fallback=ScreenTitleMenu
|
||||
ChoiceNames=1
|
||||
|
||||
[ScreenCautionBranch]
|
||||
Class=ScreenBranch
|
||||
Choices=1,2
|
||||
Condition1=ShowCaution()
|
||||
Condition2=true
|
||||
NextScreen1=screen,ScreenCaution
|
||||
NextScreen2=screen,ScreenSelectStyle
|
||||
|
||||
[ScreenCaution]
|
||||
PrevScreen=ScreenTitleBranch
|
||||
Class=ScreenSelectMaster
|
||||
|
||||
Reference in New Issue
Block a user