score_check_xy=function(n,l,w)
score.xiangyun=Trim(w[1]) --六个状态,生、旺、败、平、衰、死
if score.xiangyun=='死' then smyteam=xx end
if score.xiangyun=='衰' then smyteam=xx end
if score.xiangyun=='平' then smyteam=xx end
if score.xiangyun=='生' then smyteam=xx end
if score.xiangyun=='败' then smyteam=xx end
if score.xiangyun=='旺' then smyteam=xx end
end
score_check_xy=function(n,l,w)
score.xiangyun=Trim(w[1]) --六个状态,生、旺、败、平、衰、死
if score.xiangyun=='死' then smyteam=14 end
if score.xiangyun=='衰' then smyteam=15 end
if score.xiangyun=='平' then smyteam=15 end
if score.xiangyun=='生' then smyteam=15 end
if score.xiangyun=='败' then smyteam=15 end
if score.xiangyun=='旺' then smyteam=15 end
end