This commit is contained in:
wanlop run 2025-01-09 21:06:16 +07:00
parent 365f23131d
commit 1c7d03e044
46 changed files with 2365 additions and 279 deletions

View file

@ -1,5 +1,5 @@
SAVELOG "RoadShow.ev 200435 Jan 7 test"
SAVELOG "RoadShow.ev 176467 176152 175996 176256 Kid day Jan 10-11 "
Var RoadShow = "false"
@ -11,11 +11,32 @@ DEBUGVAR SystemTimeHourInt
If SystemDateYearInt = 2025 Then
If SystemDateMonthInt = 1 Then
If BoxID = 200435 Then
If SystemDateDayInt = 7 Then
Var RoadShow = "true"
Var RoadShowBoxID = 0
If BoxID = 176467 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176152 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 175996 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176256 Then
Var RoadShowBoxID = 1
EndIf
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 10 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 11 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf