This commit is contained in:
kong 2023-06-13 13:23:22 +07:00
parent 74c141a5fe
commit 6cb54114d6
10 changed files with 122 additions and 93 deletions

View file

@ -63,19 +63,20 @@ EndIf
If BoxID = 200001 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
EndIf
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
EndIf
If BoxID = 172053 Then
Var PepsiProEnable = 1
EndIf
If BoxID = 172644 Then
Var PepsiProEnable = 1
EndIf
If BoxID = 173149 Then
Var PepsiProEnable = 1
EndIf
@ -87,5 +88,11 @@ EndIf
DEBUGVAR PepsiProEnable
DEBUGVAR PepsiPromoteVideo
If InternationalEnable = 1 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
EndIf