Code: Select all
if self:isCompleted("ambush") and not self:isCompleted("ambush-died") then
desc[#desc+1] = _t"On your way out of the Dreadfell you were ambushed by a band of orcs."
desc[#desc+1] = _t"They asked about the staff."
elseif self:isCompleted("ambush-died") and not self:isCompleted("survived-ukruk") then
desc[#desc+1] = _t"On your way out of the Dreadfell you were ambushed by a band of orcs and left for dead."
desc[#desc+1] = _t"They asked about the staff and stole it from you."
desc[#desc+1] = _t"#LIGHT_GREEN#Go at once to Last Hope to report those events!"
elseif not self:isCompleted("ambush-died") and self:isCompleted("survived-ukruk") then
desc[#desc+1] = _t"On your way out of the Dreadfell you were ambushed by a band of orcs."
desc[#desc+1] = _t"They asked about the staff and stole it from you."
desc[#desc+1] = _t"You told them nothing and vanquished them."
desc[#desc+1] = _t"#LIGHT_GREEN#Go at once to Last Hope to report those events!"
else
desc[#desc+1] = _t"In its remains, you found a strange staff. It radiates power and danger and you dare not use it yourself."
desc[#desc+1] = _t"You should bring it to the elders of Last Hope in the southeast."
end