(set: $player1 to (prompt: "Enter Your Name Here","Gail"))
(set: $player2 to (prompt: "Enter Your Friend's Name Here","Dave"))
(live: 1s)[(stop:)$player1: Oh, mercy me. Bailing all this hay surely has put some hair on my back. *Wipes Sweat From Brow*]
(live: 4s)[(stop:)$player2: $player1, you better get back at it. I'm tired of doing your work! It'll take us much longer than sundown if you keep up this pace.]
(live: 7s)[(stop:)$player1: You're one to talk; you can't even tie your shoes without falling over.]
(live: 10s)[(stop:)$player2: Low blow, my friend. -_- You know that surgery made it hard for me to keep my balance.]
(live: 13s)[(stop:)$player1: Wait, what's that up there?]
(live: 16s)[(stop:)$player2: I don't know? It looks like a table maybe.]
(live: 19s)[(stop:)$player1: When did it get in the field? That wasn't there when we planted was it?]
(live: 22s)[(stop:)$player2: I don't remember it.]
[[Approach the Table]] or [[Finish Your Path And Head Home]]
(live: 1s)[(stop:)$player1: let's go check it out. Maybe it's magical.]
(live: 4s)[(stop:)$player2: What are you talking about? A magical table? That's nonsense!]
(live: 7s)[(stop:)$player1: You never know.]
(live: 10s)[(stop:)$player2: This ain't a table. It's a well and it ain't doing nothing magical neither.]
[[Throw A Rock Down The Well]] or [[Leave It Be]]
(live: 1s)[(stop:)$player1: We need to finish off this row. That's none of our concern.]
(live: 4s)[(stop:)$player2: You're right.](set: $animal to (prompt: "Enter An Animal","Bird"))
(set: $weapon to (prompt: "Enter A Weapon","Knife"))
(if: $animal is "Bird")[$player1: WHaT in THe WhO HAAA]
(else:)[$player2: BOOOOOooooobbby]
(live: 3s)[(stop:)$player1: What the heck. That scared me.]
(live: 6s)[(stop:)$player2: Don't stop being scared now. It has a $weapon!]
(live: 9s)[(stop:)$player1: WhAt In ThE WhO HaAAAaAa!]
(live: 12s)[(stop:)$player2: It's coming right for us!]
[[Run]] or [[Face The Beast]](live: 1s)[(stop:)$player1: You seem to be right. Might as well pack it up. Still it's weird how it got there? Never seen it before.]
(live: 4s)[(stop:)$player2: Me niether.](live: 1s)[(stop:)$player1: I don't know about you but I'ma gonna scooby doo up out of here! *Scooby Doos Out Of There*]
(live: 4s)[(stop:)$player2: Not without me you're not! *Scooby Doos Out Of There*](live: 1s)[(stop:)$player1: $player2, In this world it's either eat or be eaten.]
(live: 4s)[(stop:)$player2: Survival of the fittest.]
(live: 7s)[(stop:)$player1: What do you say-should we take him on, $player2?]
(live: 10s)[(stop:)$player2: We live and die by the code, brother.]
(live: 13s)[(stop:)$player1: Unguard $animal!!!]
(live: 16s)[(stop:)XXXTentacion: I got your 6!]
(live: 19s)[(stop:)Both: What!!!]
(live: 22s)[(stop:) Directed by Robert B. Weide]
<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>