result.append("Pierre gave you a map and a task - to get him whatever is in a place marked on the map, and look for number 84. Apparently this trust exercise requires you to wear a blindfold, wonder why...")
result.append("You've delivered a pack of gum to Pierre. His next request was of you to complete a ”test” of some sorts.")
if(quest_status==3andquest_await):
result.append("You've delivered a pack of gum to Pierre. He has asked you to wait until tomorrow when he will have next task for you")
if(quest_status==3and!quest_await):
result.append("You've delivered a pack of gum to Pierre. He should have a new task for you today.")
if(quest_status>5):
pass
if(quest_status==5andquest_await):
result.append("You started the questionnaire, however your answering session was abruptly interrupted by medical emergency of Lamia. Pierre asked you to come other day.")
if(quest_status==5and!quest_await):
result.append("You started the questionnaire, however your answering session was abruptly interrupted by medical emergency of Lamia. Pierre asked you to come other day, at least a day has passed so you should check up with them.")