{ "ID": 1011112, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnTeleport" } ] }, "OnTeleport": { "Actions": [ { "$type": "Share.CConfigEmpty" }, { "$type": "Share.CConfigTransfer", "X": 5, "Y": 10, "Random":false }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ // { // "$type": "Share.CConfigCameraMove", // "StretchKey": "Back", // "Type": "Player" // }, // { // "$type": "Share.CConfigWaitSeconds", // "Time": 0.8 // }, { "$type": "Share.CConfigFinishEvent" } ] } } }