DO
This commit is contained in:
parent
4a13d67af7
commit
0de83db323
5 changed files with 16 additions and 27 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue