Inter update

This commit is contained in:
wanlop run 2025-03-03 15:03:09 +07:00
parent a1b75975f9
commit 2224289fc7
47 changed files with 8136 additions and 12690 deletions

View file

@ -1,6 +1,6 @@
SAVELOG "RoadShow.ev 201316 201494 01 Mar "
SAVELOG "200435 28 feb"
SAVELOG "RoadShow.ev 200587 "
SAVELOG "200587 04 mar"
Var RoadShow = "false"
@ -16,31 +16,26 @@ Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If BoxID = 201316 Then
Var RoadShowBoxID = 1
Var RoadShowBoxID = 0
EndIf
If BoxID = 200435 Then
Var RoadShowBoxID = 2
Var RoadShowBoxID = 0
EndIf
If SystemDateMonthInt = 2 Then
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 28 Then
Var RoadShow = "true"
EndIf
EndIf
If BoxID = 200587 Then
Var RoadShowBoxID = 1
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 1 Then
If SystemDateDayInt = 3 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf