//配置录像店2级升级触发风向脚本-结束脚本 { "ID": 310200021, "Sections": { "2": { "SectionProgress": { "ID": 310200022, "OnBeforeEnter": [ "Sec1_SetPlayerPosTrigger" ], "OnEnter": [ "Sec1_DefaultTrigger" ], "OnExit": [ ], "OnAdd": [ ], "OnBeforeRemove": [ "Sec1_Destruct" ], "Events": { "Sec1_DefaultTrigger": { "ID": 100, "Actions": [ //结束交付npc { "$type": "Share.CActionCreateNPCCfg", "ID": 101, "TagID": 3022 }, { "$type": "Share.CActionChangeInteractCfg", "ID": 102, "InteractID": 30021002, "TagIDs": [ 3022 ], "Participators": { "3022": "A" }, "InteractShape": "Sphere", "InteractScale": { "X": 2, "Y": 0, "Z": 0 } }, { "$type": "Share.CConfigSetVHSStoreLevel", "ID": 103, "StoreLevel": 3 } // { // "$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": 3022 } ] }, "Sec1_SetPlayerPosTrigger": { "ID": 300, "Actions": [ //移动到npc面前 { "$type": "Share.CActionChangeBackSceneInfoCfg", "ID": 301, "SectionID": 2, "OpenUI": "None", "Transform": "Workshop_PlayerPos_VHS31020002" } ] } } } } } }