{ "ID": 2010708,//全局,tips "Events": { "OnStart": { "Actions":[ //set棋盘变量 // { // "$type": "Share.CConfigSetHollowVariable", // "Key": "EndCount.2010701", // "Value": 0 // }, { "$type": "Share.CConfigJump", "Jump": "OnTips", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "EndCount.2010701", "CompareType": "Equal", "Count": 2 } ] } ] }, "OnTips":{ "Actions":[ { "$type": "Share.CConfigShowTip", "TipID": 400010823, //我们不会迷路了吧 "Delay": 0 } ] } } }