update game
This commit is contained in:
parent
55b9f3306d
commit
6b191ecb87
36 changed files with 1283 additions and 66 deletions
|
|
@ -40,6 +40,11 @@
|
|||
Var LanguageButtonEnable = "Invisible"
|
||||
EndIf
|
||||
|
||||
If FirstTimeOpenFile = "" Then
|
||||
Var Not#CountDownForMulti = 5
|
||||
Var FirstTimeOpenFile = "done"
|
||||
EndIf
|
||||
|
||||
IF Not#CountDownForMulti = "" Then
|
||||
Var Not#CountDownForMulti = 99
|
||||
EndIf
|
||||
|
|
@ -125,6 +130,7 @@
|
|||
EndIf
|
||||
|
||||
If Not#CountDownForMulti > 0 Then
|
||||
DEBUGVAR Not#CountDownForMulti
|
||||
Var Not#CountDownForMulti = Not#CountDownForMulti - 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -134,6 +140,7 @@
|
|||
|
||||
|
||||
If BrewCommand = "RefreshAll" Then
|
||||
DEBUGVAR BrewCommand
|
||||
Var BrewCommand = "-"
|
||||
If EnableMultiInstance = "true" Then
|
||||
InstanceOverSetString "RefreshNow" 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue