Do many
This commit is contained in:
parent
d898e5ffb2
commit
d12c2626d0
19 changed files with 2809 additions and 2570 deletions
|
|
@ -319,6 +319,7 @@
|
|||
|
||||
Var text_milk_choice_price_x = 265
|
||||
|
||||
Var SugarSoundFlag = 0
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -444,7 +445,7 @@
|
|||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
|
||||
If BGSugar = "Enable" Then
|
||||
If SugarSoundFlag = 1 Then
|
||||
If SelectDrinkType = 1 Then
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
|
|
@ -486,31 +487,11 @@
|
|||
Var text_show_normal_x = 408
|
||||
Var text_show_blend_x = 872
|
||||
Var SugarZeroCalPrice_X = 540
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var topping_shot_price_x = 600
|
||||
Var text_x_add_oreo_price = 490
|
||||
Var text_show_normal_x = 386
|
||||
Var text_show_blend_x = 852
|
||||
Var SugarZeroCalPrice_X = 482
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var topping_shot_price_x = 630
|
||||
Var text_x_add_oreo_price = 510
|
||||
Var text_show_normal_x = 408
|
||||
Var text_show_blend_x = 872
|
||||
Var SugarZeroCalPrice_X = 540
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var topping_shot_price_x = 630
|
||||
Var text_x_add_oreo_price = 530
|
||||
Var text_show_normal_x = 528
|
||||
Var text_show_blend_x = 872
|
||||
Var SugarZeroCalPrice_X = 540
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If SelectDrinkType = 1 Then
|
||||
|
|
@ -1156,8 +1137,26 @@
|
|||
|
||||
|
||||
Var ToppingGotoPayment = "false"
|
||||
|
||||
Var SugarSoundFlag = 0
|
||||
If TOPPING1 = "Suger 4 step cold" Then
|
||||
Var SugarSoundFlag = 1
|
||||
EndIf
|
||||
|
||||
If TOPPING1 = "Suger 4 step hot" Then
|
||||
Var SugarSoundFlag = 1
|
||||
EndIf
|
||||
|
||||
If BGSugarNew = "Enable" Then
|
||||
Var SugarSoundFlag = 1
|
||||
|
||||
EndIf
|
||||
If BGSugar = "Enable" Then
|
||||
Var SugarSoundFlag = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
If SelectDrinkType = 1 Then
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue