mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
add lua context to PrintLog calls
used scripts: * `grep -rle "L[1-9]_2 = L[1-9]_2.PrintLog" . | xargs sed -i '/L1_2 = L1_2.PrintLog/, /L2_2 = \"[ .]*\"/ s/L1_2(L2_2)/L1_2(A0_2, L2_ 2)/'` *
This commit is contained in:
parent
0195075dab
commit
04137feb76
@ -22,7 +22,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "Hit platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.GetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
|
@ -12,7 +12,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.GetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -50,7 +50,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -80,7 +80,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -12,7 +12,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.GetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
|
@ -12,7 +12,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.GetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -62,7 +62,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -92,7 +92,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -52,7 +52,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -82,7 +82,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -53,7 +53,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -83,7 +83,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -53,7 +53,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -83,7 +83,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -57,7 +57,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -87,7 +87,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -57,7 +57,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -87,7 +87,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -62,7 +62,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -92,7 +92,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -12,7 +12,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.GetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
|
@ -68,7 +68,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -98,7 +98,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -62,7 +62,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -92,7 +92,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -51,7 +51,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -81,7 +81,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -55,7 +55,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -85,7 +85,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -57,7 +57,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -87,7 +87,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -52,7 +52,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -82,7 +82,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -60,7 +60,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -90,7 +90,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -58,7 +58,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -88,7 +88,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -86,7 +86,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -57,7 +57,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -87,7 +87,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -61,7 +61,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -91,7 +91,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -59,7 +59,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -89,7 +89,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -27,7 +27,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -57,7 +57,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.SetGroupVariableValue
|
||||
L2_2 = A0_2
|
||||
@ -84,7 +84,7 @@ function L2_1(A0_2)
|
||||
L1_2 = ScriptLib
|
||||
L1_2 = L1_2.PrintLog
|
||||
L2_2 = "platform to move : start platform"
|
||||
L1_2(L2_2)
|
||||
L1_2(A0_2, L2_2)
|
||||
L1_2 = 0
|
||||
return L1_2
|
||||
end
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user