AUS: start adding v3
This commit is contained in:
parent
50a7c52321
commit
99323a36f7
89 changed files with 78514 additions and 3987 deletions
27
inter/aus/xml/multi/ForProGroup.inc
Normal file
27
inter/aus/xml/multi/ForProGroup.inc
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
|
||||
|
||||
|
||||
GetVisible inst_show_exclude_group
|
||||
|
||||
If inst_show_exclude_group_counter = "" Then
|
||||
Var inst_show_exclude_group_counter = 15
|
||||
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 = 15
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Timeout > 60 Then
|
||||
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue