You find yourself in a dark and eerie dungeon. The walls are covered in moss, and the air is thick with a musty smell. You have a lantern that casts a dim light around you. There are two doors ahead, one on the left and another on the right. Which one will you choose?
[[Left->LeftDoor]]
[[Right->RightDoor]]
hey
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>