2024-10-21 03:16:22 -03:00

45 lines
915 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OnInit_guanyutai"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.SetFloorCustomBool",
"Name": {
"Value": "Drone02"
},
"Value": {
"Value": true
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OnClose_guanyutai"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.SetFloorCustomBool",
"Name": {
"Value": "Drone02"
},
"Value": {}
}
]
}
]
}