mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
tmp fix scene3 script
This commit is contained in:
parent
696e85ee56
commit
b1ea5b59ed
@ -970,7 +970,7 @@ function L1_1(A0_2, A1_2)
|
||||
L3_2 = A0_2
|
||||
L4_2 = "auth_uid_p1"
|
||||
L5_2 = A0_2.uid
|
||||
L5_2 = L5_2 // 10000
|
||||
L5_2 = L5_2 % 10000
|
||||
L2_2(L3_2, L4_2, L5_2)
|
||||
L2_2 = ScriptLib
|
||||
L2_2 = L2_2.SetGroupVariableValue
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1301,7 +1301,7 @@ function L4_1(A0_2, A1_2)
|
||||
L3_2 = A0_2
|
||||
L4_2 = "auth_uid_p1"
|
||||
L5_2 = A0_2.uid
|
||||
L5_2 = L5_2 // 10000
|
||||
L5_2 = L5_2 % 10000
|
||||
L2_2(L3_2, L4_2, L5_2)
|
||||
L2_2 = ScriptLib
|
||||
L2_2 = L2_2.SetGroupVariableValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user