taobin_project/inter/mys/xml/event/tricker.ev

21 lines
298 B
Text
Raw Normal View History

2023-08-18 22:06:29 +07:00
;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
; Reset flag away.
2023-08-19 22:16:27 +07:00
Var Propepsi99Enable = 0
2023-08-18 22:06:29 +07:00
If SystemDateMonthInt = 8 Then
2023-08-19 22:16:27 +07:00
Var Propepsi99Enable = 1
2023-08-18 22:06:29 +07:00
EndIf
If SystemDateMonthInt = 9 Then
2023-08-19 22:16:27 +07:00
If SystemDateDayInt < 21 Then
Var Propepsi99Enable = 1
EndIf
2023-08-18 22:06:29 +07:00
EndIf
2023-08-19 22:16:27 +07:00
DEBUGVAR Propepsi99Enable