2024-07-15 17:29:43 +07:00
|
|
|
; Define
|
|
|
|
|
Var SeasonPass = 2
|
|
|
|
|
|
|
|
|
|
Var SeasonFile = CountryRootPath + "xml/event/triple_promotion_s2topleft_and_s2topright_and_s2botleft.lxml"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEBUGVAR SeasonPass
|
|
|
|
|
DEBUGVAR SeasonFile
|
|
|
|
|
|
2024-07-16 14:15:05 +07:00
|
|
|
Var CountEnablePromotion = 0
|
2024-07-15 17:29:43 +07:00
|
|
|
|
2024-07-16 14:15:05 +07:00
|
|
|
If $Sum522101000652210200035221030003 = "Enable" Then
|
|
|
|
|
Var CountEnablePromotion = CountEnablePromotion + 1
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
If $Sum5203030049 = "Enable" Then
|
|
|
|
|
Var CountEnablePromotion = CountEnablePromotion + 1
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
If $Sum520201003952020200395202030039 = "Enable" Then
|
|
|
|
|
Var CountEnablePromotion = CountEnablePromotion + 1
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
DEBUGVAR CountEnablePromotion
|