AUS: update currency

This commit is contained in:
Kenta420 2024-09-17 13:19:49 +07:00
parent 38e4f5eb49
commit a4f13be9ef
7 changed files with 28 additions and 9 deletions

View file

@ -1646,7 +1646,7 @@ EndIf
<Y> 748 </Y>
;inter-image
<State> alphaState2 </State>
<Filename> Var( DirImage2 + "/img_popup11-MYR.png" )</Filename>
<Filename> Var( DirImage2 + "/img_popup11-AUS.png" )</Filename>
</Image>

View file

@ -67,6 +67,12 @@
Var img_popup15 = "/img_popup15-HKG.png"
EndIf
;inter-image
If CountryName = "Australia" Then
Var img_popup11 = "/img_popup11-AUS.png"
Var img_popup15 = "/img_popup15-AUS.png"
EndIf
Var CreditAmount = SumCreditAmount

View file

@ -105,6 +105,11 @@
Var img_popup11 = "/img_popup11-HKG.png"
EndIf
;inter-image
If CountryName = "Australia" Then
Var img_popup11 = "/img_popup11-AUS.png"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>

View file

@ -69,6 +69,12 @@
Var img_popup15 = "/img_popup15-HKG.png"
EndIf
;inter-image
If CountryName = "Australia" Then
Var img_popup11 = "/img_popup11-AUS.png"
Var img_popup15 = "/img_popup15-AUS.png"
EndIf
Var CreditAmount = 0