function watercombatasthma()
if affstrack.score.nausea > 99 and affstrack.score.weariness > 49 then
watercombatpara()
elseif affstrack.score.asthma > 99 and affstrack.score.weariness > 49 and affstrack.score.anorexia < 51 and affstrack.score.lethargy < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." roil parch")
elseif affstrack.score.asthma < 99 and affstrack.score.weariness < 49 and affstrack.score.anorexia < 51 and affstrack.score.lethargy < 99 and haemophilia < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." roil thin")
elseif affstrack.score.asthma < 51 and affstrack.score.weariness < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke drench")
elseif affstrack.score.asthma < 51 and affstrack.score.lethargy < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke parch")
elseif affstrack.score.asthma < 51 and affstrack.score.haemophilia < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke thin")
end
end
if affstrack.score.nausea > 99 and affstrack.score.weariness > 49 then
watercombatpara()
elseif affstrack.score.asthma > 99 and affstrack.score.weariness > 49 and affstrack.score.anorexia < 51 and affstrack.score.lethargy < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." roil parch")
elseif affstrack.score.asthma < 99 and affstrack.score.weariness < 49 and affstrack.score.anorexia < 51 and affstrack.score.lethargy < 99 and haemophilia < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." roil thin")
elseif affstrack.score.asthma < 51 and affstrack.score.weariness < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke drench")
elseif affstrack.score.asthma < 51 and affstrack.score.lethargy < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke parch")
elseif affstrack.score.asthma < 51 and affstrack.score.haemophilia < 1 then
send("queue add eqbal stand; queue add eqbal flux "..target.." choke thin")
end
end