At home you notice one of your paintings have fallen off the wall
[[Put the painting up]]
[[leave it ]]
You put the painting back up, you turn your back it falls again
[[put it up again]]
[[leave it down]]
Leave it down, it's Spooky Season now is not the time to gamble... Good Choice!Safety! best not to mess with forces beyond our controlThe lights turn off
[[turn on the lights]]
[[run out the door]]Upon turning the lights, a figure emerges from your room, suddenly the front door locks and the lights turn off again, but not before you notice the glint of a blade...Last chance to run! your safe
<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>