This commit is contained in:
kong 2022-10-25 13:40:07 +07:00
parent 1531fca971
commit 9667c4295e
11 changed files with 1 additions and 422 deletions

View file

@ -204,7 +204,7 @@
DEBUGVAR EventTurnOn
If SystemDateMonth = 11 Then
If SystemDateDay > 1 Then
If SystemDateDay > 0 Then
If SystemDateDay < 10 Then
Var EventTurnOn = 2
EndIf