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

@ -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]