MYS: change lime tea in promo fruity raya, INTER: change inter mode

This commit is contained in:
Pakin 2024-03-21 16:47:54 +07:00
parent 7936e72a81
commit 56533d603c
3 changed files with 52 additions and 79 deletions

View file

@ -14,9 +14,9 @@ Var FromFruityRaya = 0
Var DisableUntilServerPartOK = 1
If DisableUntilServerPartOK = 1 Then
If DisableUntilServerPartOK = 0 Then
If SystemDateMonthInt = 3 Then
If SystemDateDayInt >= 25 Then
If SystemDateDayInt >= 29 Then
Var FruityRayaEnable = 1
EndIf
EndIf
@ -29,4 +29,9 @@ EndIf
If BoxID = 177746 Then
Var FruityRayaEnable = 1
EndIf
If BoxID = 200002 Then
Var FruityRayaEnable = 1
DEBUGVAR BoxID
EndIf