Hello <spanid="player_name"></span> . It's Saturday morning. You are at the park waiting for your friend Amanda. She seems to be really late.
You spot a copy of today's newspaper on the bench close to you. Maybe you want to <buttonclass="open_newspaper_index"><spanclass="button_text">give it a read</span></button> . You can also <buttononclick="location.href='park_dream.html';"><spanclass="button_text">go for a little walk</span></button> or just <buttonclass="wait_for_amanda"><spanclass="button_text">wait for Amanda</span></button>.
</div>
<divclass="message2"style="display:none;">
The situation at the school looks serious. The person who left the annotated newspaper cannot be too far: they might know what is going on. <buttononclick="location.href='park_N.html';"><spanclass="button_text">Look for them in the park</span></button> .
</div>
<divclass="message3"style="display:none;">
You can try to <buttononclick="location.href='cat_shelter.html';"><spanclass="button_text">look for Amanda at the cat shelter</span></button> . It can also be that she already went to purchase the tickets but she got stuck in the queue. It might be good to <buttonclass="wait_for_amanda"><spanclass="button_text">wait for her</span></button> a bit longer.
</div>
<divclass="message4"style="display:none;">
It looks like Amanda is not able to join you.
There is a nice kiosk close by: <buttonid="fries"><spanclass="button_text">go there to get fries</span></button> . You can still <buttonclass="open_newspaper_index"><spanclass="button_text">have a look at the news</span></button> or <buttononclick="location.href='park_dream.html';"><spanclass="button_text">go for a walk</span></button> .
@ -171,7 +169,8 @@
// open newspaper
$(".open_newspaper_index").click (function(){
$("#newspaper, .close").toggle();
$(".message1, .message4").hide();
$("#newspaper, .close").show();
//saves that u opened the newspaper in the local storage