Pixie is missing, will you help me find her?
[[Yes, I will help you find Pixie.]]
[[No, I do not want to help you find Pixie.]]Thanks! You're going to help me find Pixie.
(display: "Map")That's alright, I will do my best to find Pixie on my own.In the kitchen, Dad is (text-style: "rumble")[chopping] (either: "(colour: orange)[carrots]", "(colour: green)[green peppers]", "(colour: red)[red peppers]", "(colour: green)[broccoli]").
[[Let's look for Pixie on the stove.->Stove]]
[[We should check for Pixie in the sink.->Kitchen Sink]]In the living room, Dottie |sleeping>[is (text-style: 'fade-in-out')[snoring] on the couch. We should be careful not to wake her up.]
[[Maybe Pixie is behind the T.V.->T.V.]]
[[Pixie might be napping under the coffee table.->Coffee Table]]
(click: "Dottie")[(replace: ?sleeping)[woke up! We should try to find Pixie before Dottie does.]](if: $pixieLocation is 0)[(display: "Found Pixie")]
(else:)[(either: "There is pasta boiling on the stove, dinner is almost ready. Pixie is not here though.", "The teapot is whistling, but Pixie is not here.")
(display: "Map")
]
(if: $pixieLocation is 10)[(display: "Found Pixie")]
(else:)[Pixie isn't in the bathroom sink. |water>[The water is running, we should turn it off.]
(display: "Map")
]
(click: "off")[(replace: ?water)[The water has been turned off.]](if: $pixieLocation is 2)[(display: "Found Pixie")]
(else:)[(either: "Trolls is playing on the T.V., but Pixie isn't here.", "The T.V. is off and Pixie is not behind it.")
(display: "Map")
]
(live: 0.25s)[(either: "(enchant: 'Trolls', (text-colour: red))", "(enchant: 'Trolls', (text-colour: orange))", "(enchant: 'Trolls', (text-colour: yellow))", "(enchant: 'Trolls', (text-colour: green))", "(enchant: 'Trolls', (text-colour: blue))", "(enchant: 'Trolls', (text-colour: purple))")](if: $pixieLocation is 3)[(display: "Found Pixie")]
(else:)[Let's |peek>[peek under the coffee table.]
(display: "Map")
]
(click: "peek")[(replace: ?peek)[peek under the (text-rotate: 45)[coffee table.] Pixie isn't under here.]]In the dining room, (either: "Guin's homework", "William's maze book") is on the table.
[[Let's check under the table for Pixie.->Table]]
[[Maybe Pixie is curled up on a chair.->Chair]](if: $pixieLocation is 4)[(display: "Found Pixie")]
(else:)[It doesn't look like Pixie is under the table.
(display: "Map")
](if: $pixieLocation is 5)[(display: "Found Pixie")]
(else:)[Pixie isn't on the chair.
(display: "Map")
]In Mom and Dad's room, we can hear the music of Tibetan singing bowls.
[[Maybe Pixie is on the bed.->Bed]]
[[Let's look for Pixie behind the door.->Door]](if: $pixieLocation is 6)[(display: "Found Pixie")]
(else:)[Pixie isn't on Mom and Dad's bed.
(display: "Map")
](if: $pixieLocation is 7)[(display: "Found Pixie")]
(else:)[Although this is a great spot for Hide-and-Seek, Pixie isn't hiding here.
(display: "Map")
]In Guin and William's room, (either: "it looks like someone cleaned recently", "there are toys and clothes on the floor").
[[Maybe Pixie is on Guin's Bed.->Guin's Bed]]
[[Maybe Pixie is on William's Bed.->William's Bed]](if: $pixieLocation is 8)[(display: "Found Pixie")]
(else:)[Pixie isn't on Guin's bed.
(display: "Map")
](if: $pixieLocation is 9)[(display: "Found Pixie")]
(else:)[Pixie isn't on William's bed.
(display: "Map")
]In the bathroom, Mom is (text-style: "rumble")[brushing] her teeth.
[[We should look for Pixie in the sink.->Sink]]
[[Let's check for Pixie in the bath.->Bath]](if: $pixieLocation is 11)[(display: "Found Pixie")]
(else:)[Pixie isn't in the bath.
(display: "Map")
](if: $pixieLocation is 1)[(display: "Found Pixie")]
(else:)[(either: "The sink is full of dishes, there is no room for Pixie here.", "The sink is clean and empty, Pixie isn't here.")
(display: "Map")
]{(live: 0.5s)[(either: "Hooray!", "Yippee!", "Fantastic!", "Eureka!")]}
We found Pixie! Thanks for your help!In which room should we look?
(for: each _room, ...$rooms)[ (print: _room)
](set: $pixieLocation to (random: 0, 11))
(set: $rooms to (ds: [[Kitchen]], [[Living Room]], [[Dining Room]],[[Mom and Dad's Room]], [[Guin and William's Room]], [[Bathroom]]))