THAI: Added more menu Robinson promotion

This commit is contained in:
Kenta420 2024-08-28 18:09:45 +07:00
parent 5bb6800457
commit 3856bb29c8
34 changed files with 312 additions and 7 deletions

View file

@ -182,6 +182,7 @@
SPLIT Ext1a "/" 7 MenuPoint[6]
SPLIT Ext1a "/" 8 MenuPoint[7]
SPLIT Ext1a "/" 9 MenuPoint[8]
SPLIT Ext1a "/" 10 MenuPoint[9]
INT MenuPoint[0]
@ -193,6 +194,7 @@
INT MenuPoint[6]
INT MenuPoint[7]
INT MenuPoint[8]
INT MenuPoint[9]
DEBUGVAR MenuPoint[0]
DEBUGVAR MenuPoint[1]
@ -203,6 +205,7 @@
DEBUGVAR MenuPoint[6]
DEBUGVAR MenuPoint[7]
DEBUGVAR MenuPoint[8]
DEBUGVAR MenuPoint[9]
; Menu 1
If Seeker.selected_a_drink = "12-05-03-0064" Then
@ -238,6 +241,14 @@
; Menu 4
If Seeker.selected_a_drink = "12-01-02-0073" Then
If MenuPoint[3] = 1 then
Else
Var MenuPoint[3] = 1
Var newPointIndex = 3
EndIf
EndIf
If Seeker.selected_a_drink = "12-21-02-0073" Then
If MenuPoint[3] = 1 then
@ -282,6 +293,14 @@
; Menu 8
If Seeker.selected_a_drink = "12-01-02-0074" Then
If MenuPoint[7] = 1 then
Else
Var MenuPoint[7] = 1
Var newPointIndex = 7
EndIf
EndIf
If Seeker.selected_a_drink = "12-21-02-0074" Then
If MenuPoint[7] = 1 then
@ -302,6 +321,16 @@
EndIf
EndIf
; Menu 10
If Seeker.selected_a_drink = "12-05-03-0115" Then
If MenuPoint[9] = 1 then
Else
Var MenuPoint[9] = 1
Var newPointIndex = 9
EndIf
EndIf
Var CurrentIndexPoint = -1
@ -359,6 +388,12 @@
Var PointNameIndex[CurrentIndexPoint] = 8
EndIf
If MenuPoint[9] = 1 Then
Var CurrentIndexPoint = CurrentIndexPoint + 1
Var PointState[CurrentIndexPoint] = 1
Var PointNameIndex[CurrentIndexPoint] = 9
EndIf
DEBUGVAR Seeker.selected_a_drink
DEBUGVAR newPointIndex

View file

@ -133,11 +133,19 @@
EndIf
If PointState[8] = 1 Then
Var PointCount = PointCount + 1
If show_eng = "true" Then
Var taobinImgPoint[8] = "/point_9_en.png"
Else
Var taobinImgPoint[8] = "/point_9.png"
EndIf
If MenuPoint[9] = 1 Then
If show_eng = "true" Then
Var taobinImgPoint[8] = "/point_10_en.png"
Else
Var taobinImgPoint[8] = "/point_10.png"
EndIf
Else
If show_eng = "true" Then
Var taobinImgPoint[8] = "/point_9_en.png"
Else
Var taobinImgPoint[8] = "/point_9.png"
EndIf
EndIf
EndIf
Var PointDiff = 9 - PointCount

View file

@ -55,6 +55,9 @@
; Menu 4
If Seeker.selected_a_drink = "12-01-02-0073" Then
Var newPointIndex = 3
EndIf
If Seeker.selected_a_drink = "12-21-02-0073" Then
Var newPointIndex = 3
EndIf
@ -79,6 +82,9 @@
; Menu 8
If Seeker.selected_a_drink = "12-01-02-0074" Then
Var newPointIndex = 7
EndIf
If Seeker.selected_a_drink = "12-21-02-0074" Then
Var newPointIndex = 7
EndIf
@ -88,7 +94,11 @@
If Seeker.selected_a_drink = "12-02-03-0053" Then
Var newPointIndex = 8
EndIf
; Menu 10
If Seeker.selected_a_drink = "12-05-03-0115" Then
Var newPointIndex = 8
EndIf
Var CurrentPointSlot = newPointIndex + 1
Var CurrentPointCheck = "check"