//配置录像店1级升级触发风向脚本-结束脚本 { "ID": 310200011, "Sections": { "2": { "SectionProgress": { "ID": 310200012, "OnBeforeEnter": [ "Sec1_SetPlayerPosTrigger" ], "OnEnter": [ "Sec1_DefaultTrigger" ], "OnExit": [ ], "OnAdd": [ ], "OnBeforeRemove": [ "Sec1_Destruct" ], "Events": { "Sec1_DefaultTrigger": { "ID": 100, "Actions": [ //结束交付npc { "$type": "Share.CActionCreateNPCCfg", "ID": 101, "TagID": 3021 }, { "$type": "Share.CActionChangeInteractCfg", "ID": 102, "InteractID": 30021001, "TagIDs": [ 3021 ], "Participators": { "3021": "A" }, "InteractShape": "Sphere", "InteractScale": { "X": 2, "Y": 0, "Z": 0 } }, { "$type": "Share.CConfigSetVHSStoreLevel", "ID": 103, "StoreLevel": 2 } // { // "$type": "Share.CActionWait", // "ID": 102, // "MilliSeconds": 500 // }, // { // "$type": "Share.CActionShowTip", // "ID": 103, // "TipID": 999300001, // "ShowPage": 1 // } ] }, "Sec1_Destruct": { "ID": 200, "Actions": [ //脚本卸载时清理NPC { "$type": "Share.CActionRemoveNPCCfg", "ID": 201, "TagID": 3021 } ] }, "Sec1_SetPlayerPosTrigger": { "ID": 300, "Actions": [ //移动到npc面前 { "$type": "Share.CActionChangeBackSceneInfoCfg", "ID": 301, "SectionID": 2, "OpenUI": "None", "Transform": "Workshop_PlayerPos_VHS31020001" } ] } } } } } }