//配置录像店1级升级触发风向脚本 { "ID": 31020001, "Sections": { "2": { "SectionProgress": { "ID": 310200011, "OnEnter": [ "Sec1_DefaultTrigger" ], "OnExit": [ ], "OnAdd": [ ], "OnBeforeRemove": [ "Sec1_Destruct" ], "Events": { "Sec1_DefaultTrigger": { "ID": 100, "Actions": [ //创建升级NPC及添加交互脚本参数 { "$type": "Share.CActionCreateNPCCfg", "ID": 101, "TagID": 3021 // "InteractSpecials":{"VHSStoreLevel":"specials(VHSStoreLevel)"} }, { "$type": "Share.CActionChangeInteractCfg", "ID": 102, "InteractID": 30020001, "TagIDs": [ 3021 ], "Participators": { "3021": "A" }, "InteractShape": "Sphere", "InteractScale": { "X": 2, "Y": 0, "Z": 0 } }, { "$type": "Share.CActionWait", "ID": 103, "MilliSeconds": 500 }, { "$type": "Share.CActionShowTip", "ID": 104, "TipID": 999300001, "ShowPage": 1 } ] }, "Sec1_Destruct": { "ID": 200, "Actions": [ //脚本卸载时清理NPC { "$type": "Share.CActionRemoveNPCCfg", "ID": 201, "TagID": 3021 } ] } } } } } }