score_check_xy=function(n,l,w)
score.xiangyun=Trim(w[1]) --六个状态,生、旺、败、平、衰、死
if scorexy==false then
scorexy=smyteam*1
end
if score.xiangyun=='衰' or score.xiangyun=='死' then
if smyteam>=scorexy then
smyteam=scorexy-1
end
--if job.zuhe["songmoya"] then job.zuhe["songmoya"]=nil end
else
if smyteam<scorexy then
smyteam=scorexy*1
end
--if go_on_smy~=0 and job.zuhe["songmoya"]==nil then job.zuhe["songmoya"]=true end
end
end