{ "ID": 9991091, "Events": { "OnHollowCreated": { "Actions": [ { "$type": "Share.CConfigCameraMove", "Type": "TriggerPosition", "CanControl": false }, { "$type": "Share.CConfigWaitSeconds", "Time": 1 }, { "$type": "Share.CConfigCameraMove", "StretchKey": "Back", "Type": "Player" }, { "$type": "Share.CConfigOpenDialog" }, { //对话框内容 "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1243" // 朝着宝物进发吧! ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] }, //起始执行的事件 "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { //对话框内容 "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1244" // 宝物!到手了!开溜 ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishHollow" } ] } } }