2025-02-24 07:50:34 -03:00

49 lines
1015 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvSetAILeadWay",
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"Targets": [
400001
]
},
"PathwayGroupID": 75,
"PathwayID": 1,
"MotionFlag": "Run",
"OnReach": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "norun"
}
}
],
"PathOffset": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 8
}
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "norun"
}
}
]
}
],
"Type": "Group"
}