topping_select8.xml

This commit is contained in:
wanlop run 2025-03-12 11:16:23 +07:00
parent b2aae91681
commit 0a52d52330
43 changed files with 6984 additions and 4319 deletions

View file

@ -1,6 +1,6 @@
SAVELOG "RoadShow.ev 201316 173319 200435 "
SAVELOG "200587 04 mar"
SAVELOG "12 14 Marrrrrrr"
Var RoadShow = "false"
@ -16,21 +16,30 @@ Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If BoxID = 201316 Then
Var RoadShowBoxID = 0
Var RoadShowBoxID = 1
EndIf
If BoxID = 200435 Then
Var RoadShowBoxID = 0
Var RoadShowBoxID = 1
EndIf
If BoxID = 200587 Then
If BoxID = 173319 Then
Var RoadShowBoxID = 1
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 4 Then
If SystemDateDayInt = 12 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 13 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 14 Then
Var RoadShow = "true"
EndIf
EndIf