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

41 lines
793 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEventV2",
"EventName": {
"Value": "OnEntityEventV2_Test"
},
"OnEvent": [
{
"$type": "RPG.GameCore.DebugLog",
"Message": "Test_OnEntityEventV2"
}
],
"TargetType": {
"$type": "RPG.GameCore.AdvGroupFetchTargetByString",
"Target": {
"Custom": true,
"Key": "Prop1"
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Prop1"
}
]
},
"Type": "Group"
}