add sound

This commit is contained in:
pichet 2022-09-28 14:11:00 +07:00
parent fec97ef9c6
commit 1b93f61a42
64 changed files with 1035 additions and 22 deletions

View file

@ -74,11 +74,46 @@
</EventCoin>
<EventActionOk>
If VendingCashless = "OK" Then
DEBUGVAR CashlessCode
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
VendingQR OFF
CoinVending OFF
If Seeker = "curr" Then
MakeDrinkV1 SelectDrink SelectSugarID
EndIf
Var Seeker.CreditCard = 1
Var Seeker.CreditCardRef = CreditCardRef
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
</EventActionOk>
<EventActionError>
</EventActionError>
<EventCashlessCard>
Var CreditCardRef = ""
GenHashWithTimeStamp CreditCardRef
DEBUGVAR VendingCashless
If VendingCashless = "READY" Then
CashlessPay PriceDrink CreditCardRef
EndIf
</EventCashlessCard>
<Image>
@ -304,7 +339,8 @@
<Volume> SoundVolume </Volume>
<EventClick>
Coin CARD
;for test
</EventClick>
</Button>