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

41 lines
797 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetEntityTalkEnable",
"Target": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"Targets": [
400001
]
},
"EnableTalk": true
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "PerformanceGroupEvent"
},
"OnEvent": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "ReceivePerformanceGroupEvent"
}
]
}
]
}
],
"Type": "Group"
}