9.99 snap

This commit is contained in:
wanlop run 2025-05-28 12:44:07 +07:00
parent 5ae45089de
commit 87251ef61e
85 changed files with 2133 additions and 3440 deletions

View file

@ -44,6 +44,7 @@
Var EnableMultiInstanceFromBoxID = 0
EndIf
; Rama
If BoxID = 200005 Then
Var EnableMultiInstanceFromBoxID = 1
EndIf
@ -51,3 +52,14 @@
If BoxID = 200010 Then
Var EnableMultiInstanceFromBoxID = 1
EndIf
If BoxID = 200102 Then
Var EnableMultiInstanceFromBoxID = 1
EndIf
; Test
If BoxID > 200010 Then
If BoxID < 200040 Then
Var EnableMultiInstanceFromBoxID = 1
EndIf
EndIf