{ "ID": 711, "Events": { //起始执行的事件 "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { //对话框内容 "$type": "Share.CConfigLogText", "Messages": [ //一个调和者出现了,他想要触碰你 "JsonText_1496" // 传参测试 ] }, { //根据选项模式选择选项 "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Description": "", "Choices": [ { "OptionText": "JsonText_1497", // 设置变量为0 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "TestKey", "Value": 0 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] }, { "OptionText": "JsonText_1498", // 设置变量为1 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "TestKey", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] }, { "OptionText": "JsonText_1499", // 设置变量为2 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "TestKey", "Value": 2 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] } ] } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }