Add file .inc and page smoohtie

This commit is contained in:
wanlop run 2025-04-04 11:35:59 +07:00
parent c1a99a887d
commit e840d8f9c3
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,21 @@
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
GetVisible inst_show_exclude_group
If inst_show_exclude_group_counter = "" Then
Var inst_show_exclude_group_counter = 10
EndIf
If inst_show_exclude_group = 1 Then
If inst_show_exclude_group_counter > 0 Then
Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
If inst_show_exclude_group_counter = 0 Then
RefreshAll
Var inst_show_exclude_group_counter = 4
EndIf
EndIf
EndIf