This commit is contained in:
kong 2023-06-27 16:33:31 +07:00
parent 4a13d67af7
commit 0de83db323
5 changed files with 16 additions and 27 deletions

View file

@ -8961,9 +8961,9 @@ LIMENADE SODA" </Value>
)
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
@ -9001,8 +9001,8 @@ LIMENADE SODA" </Value>
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
DEBUGVAR OreoGuarantee
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
@ -9042,7 +9042,7 @@ DEBUGVAR OreoGuarantee
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
@ -9085,7 +9085,7 @@ EndIf
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
DEBUGVAR ListOfOreoAll[ResultRandomIndex]
@ -9144,7 +9144,7 @@ EndIf
)
</FilenameDisable>
<EventOnClick>
Var BigButtonEnable = "Invisible"
Var BigButtonEnable = "Invisible"
DEBUGVAR BigButtonEnable
DEBUGVAR OreoGuarantee
@ -9297,19 +9297,6 @@ Var IndexOfRateupOreoAll = IndexOfRateupOreoAll + 1
Var IndexOfRateupOreoMilk = IndexOfRateupOreoMilk + 1
EndIf
; HOJICHA Oreo smoothie
If $12-99-03-0029.Button = "Enable" Then
Var ListOfAllRandom[IndexOfAllRandom] = "12-99-03-0029"
Var ListOfTea[IndexOfTea] = "12-99-03-0029"
Var IndexOfAllRandom = IndexOfAllRandom + 1
Var IndexOfTea = IndexOfTea + 1
Var ListOfOreoAll[IndexOfRateupOreoAll] = "12-99-03-0029"
Var ListOfOreoTea[IndexOfRateupOreoTea] = "12-99-03-0029"
Var IndexOfRateupOreoAll = IndexOfRateupOreoAll + 1
Var IndexOfRateupOreoTea = IndexOfRateupOreoTea + 1
EndIf
; Thai milk tea smoothie
If $12-99-03-0030.Button = "Enable" Then
Var ListOfAllRandom[IndexOfAllRandom] = "12-99-03-0030"

View file

@ -30,7 +30,7 @@
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
@ -69,7 +69,7 @@
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
@ -109,7 +109,7 @@ Var OreoGuarantee = OreoGuarantee + 1
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
@ -152,7 +152,7 @@ EndIf
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
DEBUGVAR OreoGuarantee
If OreoGuarantee = 4 Then
If OreoGuarantee > 4 Then
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
DEBUGVAR ListOfOreoAll[ResultRandomIndex]