SelectEvaluationScreen()

This commit is contained in:
Glenn Maynard
2005-01-20 00:38:25 +00:00
parent 6493010e49
commit ae1329802b
+1 -19
View File
@@ -1091,7 +1091,7 @@ ShowEvaluationOnFail=0
StaticBGY=SCREEN_CENTER_Y+0
StaticBGX=SCREEN_CENTER_X+0
PrevScreen=ScreenBranchSelectSongOrCourse
NextScreen=ScreenBranchEvaluation
NextScreen=@SelectEvaluationScreen()
InitialBackgroundBrightnessRegular=1
InitialBackgroundBrightnessNonstop=1
InitialBackgroundBrightnessOni=1
@@ -1383,24 +1383,6 @@ DifficultyMeterP2ReverseY=
DifficultyMeterP2X=
DifficultyMeterP2Y=
[ScreenBranchEvaluation]
Class=ScreenBranch
Choices=1,2,3,4,5,6,7
Condition1=IsNetConnected()
Condition2=PlayModeName() == "Regular"
Condition3=PlayModeName() == "Nonstop"
Condition4=PlayModeName() == "Oni"
Condition5=PlayModeName() == "Endless"
Condition6=PlayModeName() == "Rave"
Condition7=PlayModeName() == "Battle"
NextScreen1=screen,ScreenNetEvaluation
NextScreen2=screen,ScreenEvaluationStage
NextScreen3=screen,ScreenEvaluationNonstop
NextScreen4=screen,ScreenEvaluationOni
NextScreen5=screen,ScreenEvaluationEndless
NextScreen6=screen,ScreenEvaluationRave
NextScreen7=screen,ScreenEvaluationBattle
[ScreenEvaluation]
Fallback=ScreenWithMenuElements
Class=ScreenEvaluation