This commit is contained in:
kong 2021-12-23 18:41:56 +07:00
parent a01097e3c3
commit a026d08ae7
63 changed files with 3699 additions and 3650 deletions

View file

@ -60,6 +60,19 @@
If Seeker = "curr" Then
SAVELOG "Call from thankyou Conti"
If Seeker.get_a_straw = "Press" Then
Machine StrawOrder
Var LedLidBlink = "true"
EndIf
If Seeker.get_a_lid = "Press" Then
Machine LidOrder
Var LedLidBlink = "true"
EndIf
Topping "Select" Seeker.selected_a_drink
; Set option toppinng and pack
@ -70,8 +83,10 @@
; Pack
Topping "Pack" ExtendData
EndIf
</EventOpen>
@ -82,9 +97,20 @@
Var Timeout = Timeout + 1
If Timeout = 3 Then
Var VideoPlayFile = VideoPath
Var VideoPlayFile = VideoPlayFile + VideoFileBegin
Var VideoPlayFile = VideoPlayFile + "1"
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
Var PictureFile = PicturePath
Var PictureFile = PictureFile + PictureBegin
Var PictureFile = PictureFile + "1"
Var PictureFile = PictureFile + PictureEnd
If CART_INDEX = 0 Then
MakeDrinkV1 SelectDrink SelectSugarID
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
Else
;Cart "MakeID" CART_INDEX
EndIf