pro apple
This commit is contained in:
commit
e9e595dd71
294 changed files with 41389 additions and 5912 deletions
|
|
@ -444,6 +444,21 @@ Else
|
|||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If hot_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 0
|
||||
EndIf
|
||||
If cold_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 1
|
||||
EndIf
|
||||
If blend_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 2
|
||||
EndIf
|
||||
|
||||
Var Seeker.PriceMain = PriceMain[IndexDrinktType]
|
||||
Var Seeker.PriceDiscount = PriceDiscount[IndexDrinktType]
|
||||
Var Seeker.PriceTag = PriceTag[IndexDrinktType]
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue