<%
/*
The following 3 lines of code are disabled. Delete the '//' to run the code on that line.
Use the 'stats' method to show performance information while your story is running.
Use the 'cursor' method to force the visible 'look direction' based cursor to appear when not on mobile.
Use the 'lookPosition' method to display the current direction and inclination that the camera is facing.
*/
// window.story.stats(true);
// window.story.cursor(true);
// window.story.lookPosition(true);
if (!s.homeVisits) {
s.homeVisits = 1;
} else {
s.homeVisits = s.homeVisits + 1;
}
%>
[[<Introduction>]]
{"scale":"0.5 0.5 1.0"}[[<Table>]]
{"corners":"2.93 0.40 4.09 0.00", "backgroundColor":"#00AA00", "arrow":"true"}[[Proceed up the stairs|Circulation]]
((#FrontDoor))
{"direction":10, "distance": 3, "arrow":"true"}[[Exit|Front Door]]
{"direction":5, "distance": 4, "backgroundColor":"#00AA00", "floor":true, "arrow":"true", "opacity": 1.0}[[Turn right|Interlibrary]]
((#Circulation)){"direction":12, "distance": 5, "floor":true, "arrow":"true", "opacity": 1.0}[[Exit|Circulation]]
{"direction":6, "distance": 5, "backgroundColor":"#00AA00", "floor":true, "arrow":"true", "opacity": 1.0}[[Proceed down the corridor|Kiddell]]
((#InterLibrary)){"direction":11.9, "distance": 5, "floor":true, "arrow":"true", "opacity": 1.0}[[Exit back down the corridor|Interlibrary]]
{"direction":5.6, "distance": 6, "backgroundColor":"#00AA00", "floor":true, "arrow":"true", "opacity": 1.0}[[Proceed through the door|StairwayTop]]
((#Kiddell)){"direction":11.8, "distance": 6, "floor":true, "arrow":"true", "opacity": 1.0}[[Exit back through the door|Kiddell]]
{"direction":3.0,"backgroundColor":"#00AA00", "floor":true}[[Proceed down the stairs|StairwayLanding]]
((#StairwayTop))
{"direction":9.5,"distance": 2, "arrow":"true"}[[Exit up the stairs|StairwayTop]]
{"direction":8.6,"distance": 4, "backgroundColor":"#00AA00", "inclination":-1, "arrow":"true"}[[Proceed down the stairs|StairwayBottom]]
((#StairwayLanding)){"direction":3.0, "distance":4.0, "inclination":0.5, "arrow":"true"}[[Exit up the stairs|StairwayLanding]]
{"direction":12,"backgroundColor":"#00AA00", "arrow":"true", "opacity": 1.0}[[Head through the door|Corridor]]
((#StairwayBottom)){"direction":6,"distance": 2}[[Exit up the stairs|StairwayBottom]]
{"direction":9, "distance": 2, "backgroundColor":"#00AA00", "arrow":"true", "opacity": 1.0}[[Head down and to the left|GroupStudyRooms]]
((#Corridor)){"direction":2.8,"distance": 4, "arrow":"true"}[[Exit up the stairs|Corridor]]
{"direction":6.5, "distance": 6, "backgroundColor":"#00AA00", "floor":true, "arrow":"true", "opacity": 1.0}[[MADLab Entrance|MADLabEntrance]]
((#GroupStudyRoom))
{"direction":1, "distance": 6, "floor":true, "arrow":"true", "opacity": 1.0}[[Exit/Back|GroupStudyRooms]]
{"direction":6, "distance": 6, "backgroundColor":"#00AA00", "floor":true, "arrow":"true", "opacity": 1.0}[[Enter the MADLab|MADLab]]
((#MADLabEntrance))`[[Conclusion]]
{"direction":11.5, "arrow":"true"}[[Exit through this door|MADLabEntrance]]
((#MADLab))You made it!
Welcome to the MADLab. Thank you for visiting us.
Follow the blue signs to head back to the entrance.
<h1>Introduction</h1>
<p>Welcome to Gerstein Library! You are standing at the main entrance to the library. </p>
<p>Follow the green signs to find your way to the MADLab. </p>
<p>To head back to the entrance, follow the blue signs.</p>
<ul><li>You have visited here <%= s.homeVisits %> times.</li></ul><table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>