THAI: Add FreeFire menu
This commit is contained in:
parent
ca1b40d2c1
commit
979ee777c1
37 changed files with 13718 additions and 5753 deletions
|
|
@ -163,6 +163,15 @@
|
|||
Var var3 = "X"
|
||||
|
||||
Var randResultStr = rewardList[randResultInt]
|
||||
|
||||
If LipMaskOutofStock = 1 Then
|
||||
Var randResultStr = "tint_me_healthy_balm"
|
||||
EndIf
|
||||
|
||||
If TintMeOutofStock = 1 Then
|
||||
Var randResultStr = "lip_mask_stick"
|
||||
EndIf
|
||||
|
||||
If randResultStr = "lip_mask_stick" Then
|
||||
Var rewardImage = DirImage + "/reward_lip_mask_stick.png"
|
||||
Var CodeType = "126"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue