在 shujian.lua
checkJob()
if job.zuhe["songxin2"] then
job.zuhe["songxin2"]=nil
job.zuhe["songxin"]=true
flag.sx2=true
end
这个语句 有个问题,只要选择过songxin2 flag.sx2永远都是true
要把上一段改一下移到 function jobSet() 的最后
checkJob 里面不能再有了
if job.zuhe["songxin2"] then
job.zuhe["songxin2"]=nil
job.zuhe["songxin"]=true
flag.sx2=true
else
flag.sx2=false
end