function check_jobx()
if job.zuhe==nil then job.zuhe={} end
if job.zuhe["zhuoshe"] and score.party~="丐帮" then job.zuhe["zhuoshe"]=nil end
if job.zuhe["sldsm"] and score.party~="神龙教" then job.zuhe["sldsm"]=nil end
if job.zuhe["songmoya"] and hp.exp<5000000 then job.zuhe["songmoya"]=nil end
if smydie*1>=smyall*1 then job.zuhe["songmoya"]=nil end
if job.zuhe["husong"] and (score.party~="少林派" or hp.exp<2000000) then job.zuhe["husong"]=nil end
if job.zuhe["songmoya"] and job.last~="songmoya" and mytime<=os.time() then return songmoya() end
if job.zuhe["hubiao"] and job.last~="hubiao" and job.teamname and ((not condition.hubiao) or (condition.hubiao and condition.hubiao<=0)) then
return hubiao()
elseif job.zuhe["husong"] then
return husong()
else
return checkJob()
end