{ //主城打开锻造店 "ID": 10000007, "Specials": { "Radius": 2000 }, // "OnEnter": [ // { // "$type": "Share.CActionLog", // "Log": "Helloworld" // }, // { // "$type": "Share.CActionWait", // "MilliSeconds": 2000 // }, // { // "$type": "Share.CActionLog", // "Log": "Helloworld2" // }, // { // "$type": "Share.CActionCondition", // "True": [ // { // "$type": "Share.CActionLog", // "Log": "False" // }, // { // "$type": "Share.CActionJump", // "Log": "Update" // } // ], // "False": [ // { // "$type": "Share.CActionLog", // "Log": "False" // }, // { // "$type": "Share.CActionJump", // "Log": "OnTest3" // } // ] // }, // { // "$type": "Share.CActionLog", // "Log": "AfterCondition" // } // ], // "OnStory2": [ // { // "$type": "Share.CActionLog", // "Log": "OnTest2" // }, // { // "$type": "Share.CActionLog", // "Log": "OnTest2" // } // ], "Events": { "OnStart": { "ID": 100, "Actions": [ { "$type": "Share.CActionLog", "ID": 101, "Log": "OnStart 10000007" }, { "$type": "Share.CActionResetEventCfg", "ID": 102 } ] }, "OnInteract": { "ID": 200, "Actions": [ { "$type": "Share.CActionOpenUI", "ID": 201, "UI": "UIVideoshopPage" }, { "$type": "Share.CActionResetEventCfg", "ID": 202 } ] } } }