move counter add to sub button

This commit is contained in:
Phu 2023-06-27 15:17:00 +07:00
parent 28b930a875
commit 650ee86aac
5 changed files with 11 additions and 7 deletions

View file

@ -8961,6 +8961,7 @@ LIMENADE SODA" </Value>
)
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
If OreoGuarantee = 4 Then
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
@ -8998,6 +8999,7 @@ LIMENADE SODA" </Value>
)
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
If OreoGuarantee = 4 Then
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
@ -9036,6 +9038,7 @@ LIMENADE SODA" </Value>
)
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
If OreoGuarantee = 4 Then
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
@ -9077,7 +9080,7 @@ EndIf
)
</FilenameDisable>
<EventClick>
Var OreoGuarantee = OreoGuarantee + 1
If OreoGuarantee = 4 Then
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]