{ "ID": 2010905, //没用 "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigJump", "Jump":"OnLeft", "Predicates":[ { "$type":"Share.CConfigEventByDirection", "Direction": [ "Right" //右 ] } ] }, { "$type": "Share.CConfigJump", "Jump":"OnRight", "Predicates":[ { "$type":"Share.CConfigEventByDirection", "Direction": [ "Left" //左 ] } ] }, { "$type": "Share.CConfigJump", "Jump":"OnDown", "Predicates":[ { "$type":"Share.CConfigEventByDirection", "Direction": [ "Up" //上 ] } ] }, { "$type": "Share.CConfigJump", "Jump":"OnUp", "Predicates":[ { "$type":"Share.CConfigEventByDirection", "Direction": [ "Down" //下 ] } ] } ] }, "OnRight":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "Right.2010901", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnNext" } ] }, "OnLeft":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "Left.2010902", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnNext" } ] }, "OnUp":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "Up.2010903", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnNext" } ] }, "OnDown":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "Down.2010904", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnNext" } ] }, "OnNext":{ "Actions":[ { "$type": "Share.CConfigJump", "Jump": "OnTeleport" } ] }, "OnTeleport": { "Actions": [ { "$type": "Share.CConfigTransfer", "X":8, "Y":3, "Random":false, "EventID": 2010908 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigCameraMove", "StretchKey": "Back", "Type": "Player" }, { "$type": "Share.CConfigFinishEvent" } ] } } }