{ "ID": 2020717, //目标点:1.打开左侧道路;2.记录状态,用于教学格判断 "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2020717_1", "Event2020717_2" ] }, { "$type": "Share.CConfigCloseDialog" }, //镜头 { "$type": "Share.CConfigCameraMove", "StretchKey": "Far", "Type": "CustomBound", "BoundIndexX": 0, "BoundIndexY": 40 }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.3" }, // { // "$type": "Share.CConfigSetMapState", // "X": 5, // "Y": 2, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": ["Unstable"], // "ToState": ["Locked"] // }, { "$type": "Share.CConfigSetMapState", "X": 3, "Y": 1, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigSetMapState", "X": 3, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigSetMapState", "X": 3, "Y": 3, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.1" }, { "$type": "Share.CConfigSetMapState", "X": 2, "Y": 1, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigSetMapState", "X": 2, "Y": 3, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.1" }, { "$type": "Share.CConfigSetMapState", "X": 1, "Y": 1, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigSetMapState", "X": 1, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigSetMapState", "X": 1, "Y": 3, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.1" }, { "$type": "Share.CConfigSetMapState", "X": 0, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": [ "Visible" ] }, { "$type": "Share.CConfigWaitSeconds", "Time": "0.8" }, { "$type": "Share.CConfigCameraMove", "StretchKey": "Back", "Type": "Player" }, //记录状态:用于教学弹出 { "$type": "Share.CConfigSetHollowVariable", "Key": "PopWindow.2020725", "Value": 1 }, { "$type": "Share.CConfigFinishEvent" } ] } } }