doing cup on arm

This commit is contained in:
wanlop run 2025-06-06 17:30:21 +07:00
parent 12d31e3cde
commit 0e5e9a0639
38 changed files with 9975 additions and 3110 deletions

View file

@ -319,7 +319,6 @@
DEBUGVAR MultiProcessTimer
DEBUGVAR CatalogLayoutV3
If CatalogLayoutV3Loaded = 1 Then
Var Inst5MenuLoaded = "done"
Var Inst6MenuLoaded = "done"
Var Inst7MenuLoaded = "done"
@ -328,7 +327,6 @@
Var Inst10MenuLoaded = "done"
Var Inst11MenuLoaded = "done"
EndIf
If MultiProcess = "Enable" Then

View file

@ -43,5 +43,7 @@
TimerReset
</EventTimeout>
;include="ROOT/taobin_project/inc/remove_cup_tag_on_arm.inc"
</Popup>

View file

@ -15161,6 +15161,5 @@ OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/v3/page_catalog_group_pro_ha
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
</Popup>

View file

@ -38,7 +38,6 @@
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
@ -76,6 +75,9 @@
EndIf
EndIf
If inst_show_other_other = 1 Then
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset
</EventTimeout>

View file

@ -31,7 +31,6 @@
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
@ -64,6 +63,7 @@
Var inst_show_pepsi_7up_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -33,7 +33,6 @@
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
@ -66,6 +65,7 @@
Var inst_show_pepsi_7up_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -33,7 +33,7 @@
Var Menu21Selected = "PressForever"
EndIf
Var Timeout = 0
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
@ -52,22 +52,15 @@
;DEBUGVAR ICE_PROCESS_STATUS
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_for_kid
If inst_show_for_kid = 1 Then
If inst_show_for_kid_counter > 0 Then
DEBUGVAR inst_show_for_kid_counter
Var inst_show_for_kid_counter = inst_show_for_kid_counter - 1
If inst_show_for_kid_counter = 0 Then
@ -75,8 +68,9 @@
Var inst_show_for_kid_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset

View file

@ -36,7 +36,7 @@
Var Menu21Selected = "PressForever"
EndIf
Var Timeout = 0
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
@ -55,22 +55,15 @@
;DEBUGVAR ICE_PROCESS_STATUS
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_for_kid
If inst_show_for_kid = 1 Then
If inst_show_for_kid_counter > 0 Then
DEBUGVAR inst_show_for_kid_counter
Var inst_show_for_kid_counter = inst_show_for_kid_counter - 1
If inst_show_for_kid_counter = 0 Then
@ -78,8 +71,9 @@
Var inst_show_for_kid_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset
@ -90,7 +84,7 @@
<?hurr
<?hurr
#include=menu_new_layout_gen_v3.py
?>

View file

@ -27,7 +27,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -40,13 +39,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_frozen_fruit
@ -62,6 +54,7 @@
Var inst_show_frozen_fruit_counter = 15
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -29,7 +29,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -42,13 +41,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_frozen_fruit
@ -64,6 +56,7 @@
Var inst_show_frozen_fruit_counter = 15
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -33,7 +33,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -46,14 +45,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_health
@ -69,6 +60,8 @@
Var inst_show_health_counter = 7
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -36,7 +36,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -49,14 +48,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
If ICE_PROCESS_STATUS = 2 Then
Var ice_tab_process_show = "Enable"
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
Else
Var ice_tab_process_show = "Invisible"
EndIf
GetVisible inst_show_health
@ -72,6 +63,8 @@
Var inst_show_health_counter = 7
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -33,7 +33,6 @@
Var inst_show_milk_cupe_counter = 7
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
</EventOnShow>
@ -67,6 +66,7 @@
Var inst_show_milk_cupe_counter = 7
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset

View file

@ -35,7 +35,6 @@
Var inst_show_milk_cupe_counter = 7
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
</EventOnShow>
@ -69,6 +68,7 @@
Var inst_show_milk_cupe_counter = 7
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset

View file

@ -28,7 +28,6 @@
Var SlientRefreshIndex = 8
EndIf
Var buttonRemoveCupOnArm = "Invisible"
</EventOpen>

View file

@ -31,7 +31,6 @@
Var SlientRefreshIndex = 8
EndIf
Var buttonRemoveCupOnArm = "Invisible"
</EventOpen>

View file

@ -38,7 +38,6 @@
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
@ -76,6 +75,9 @@
EndIf
EndIf
If inst_show_other_other = 1 Then
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset
</EventTimeout>

View file

@ -41,7 +41,6 @@
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
@ -79,6 +78,9 @@
EndIf
EndIf
If inst_show_other_other = 1 Then
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset
</EventTimeout>

View file

@ -36,7 +36,6 @@
Var inst_show_pepsi_7up_counter = 4
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -68,6 +67,7 @@
Var inst_show_pepsi_7up_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -39,7 +39,6 @@
Var inst_show_pepsi_7up_counter = 4
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
DEBUGVAR SlientRefreshIndex
@ -71,6 +70,7 @@
Var inst_show_pepsi_7up_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -15127,6 +15127,5 @@
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
</Popup>

View file

@ -74,6 +74,5 @@
;include="ROOT/taobin_project/inc/button_remove_cup.inc"
</Popup>

View file

@ -38,7 +38,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
</EventOnShow>
@ -65,6 +64,7 @@
Var inst_show_tea_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -41,7 +41,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
Var buttonRemoveCupOnArm = "Invisible"
RefreshAll
</EventOnShow>
@ -68,6 +67,7 @@
Var inst_show_tea_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf

View file

@ -40,7 +40,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
</EventOnShow>
<Timeout> 1000 </Timeout>
@ -63,6 +62,7 @@
Var inst_show_whey_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset

View file

@ -43,7 +43,6 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
DEBUGVAR SlientRefreshIndex
Var buttonRemoveCupOnArm = "Invisible"
</EventOnShow>
<Timeout> 1000 </Timeout>
@ -66,6 +65,7 @@
Var inst_show_whey_counter = 4
EndIf
EndIf
;include="ROOT/taobin_project/inc/remove_cup_on_arm_step.inc"
EndIf
TimerReset