THAI: Added script catalog layout v3

This commit is contained in:
Kenta420 2025-03-06 16:03:56 +07:00
parent 4df9405451
commit 3c966ee66d
124 changed files with 137793 additions and 15 deletions

View file

@ -0,0 +1,16 @@
<Banner>
<State> #State </State>
<Type> #Type </Type>
<Media>
eval(
If show_eng = "true" Then
Var return = "#MediaEng"
Else
Var return = "#MediaThai"
EndIf
)
</Media>
<EventOnClick>
#EventClick
</EventOnClick>
</Banner>