{ (set: $herd_things to (a: "grunge", "dipsie-doodle", "kraggle", "snack", "bundt", "boob")) (set: $herd_thing to (either: ...$herd_things)) (set: $planets to (a: "Berndie", "Gorm", "Oatley", "Kraffenbarcher", "Ortellian", "Kandaheart")) (set: $planet to (either: ...$planets)) } You are a scruffy $herd_thing-herder. You live on a planet called $planet in the remote reaches of space. * [[Be something else->Herder]] * [[See if you can find some seeds in the barn->Chooser]]{ (set: $stems to (a: "elbren", "klakklakk", "sweffleet")) (set: $stem_one to (either: ...$stems)) (set: $stem_two to (either: ...$stems)) (set: $stem_three to (either: ...$stems)) (set: $leaves to (a: "flooph", "lumphnard", "plaqquack")) (set: $leaf_one to (either: ...$leaves)) (set: $leaf_two to (either: ...$leaves)) (set: $leaf_three to (either: ...$leaves)) (set: $fruits to (a: "globerd", "gogoplump", "ziggly")) (set: $fruit_one to (either: ...$fruits)) (set: $fruit_two to (either: ...$fruits)) (set: $fruit_three to (either: ...$fruits)) (click: ?seed_one)[(set: $stem to $stem_one)(set: $leaf to $leaf_one)(set: $fruit to $fruit_one)(go-to: "Planter")] (click: ?seed_two)[(set: $stem to $stem_two)(set: $leaf to $leaf_two)(set: $fruit to $fruit_two)(go-to: "Planter")] (click: ?seed_three)[(set: $stem to $stem_three)(set: $leaf to $leaf_three)(set: $fruit to $fruit_three)(go-to: "Planter")] } Here on $planet, you grow many things, in addition to $herd_thing-herding. You have a few bags of seeds to choose from, left over from last year's crops. * [Plant from Bag One]<seed_one| ($stem_one-stemmed $leaf_one-leaved $fruit_one-fruited seeds) * [Plant from Bag Two]<seed_two| ($stem_two-stemmed $leaf_two-leaved $fruit_two-fruited seeds) * [Plant from Bag Three]<seed_three| ($stem_three-stemmed $leaf_three-leaved $fruit_three-fruited seeds) [[Root around for different bags->Chooser]] [[Go to the fields without any seeds->Planter]]<div class="field"> <img id="field" src="https://www.gannett-cdn.com/presto/2018/09/13/PGRB/6fab0fc3-53f3-433b-8205-9dd888e70bbb-GettyImages-700685692.jpg?width=534&height=401&fit=bounds&auto=webp"> </div> Here in the fields in your little corner of $planet, you grow many things, in addition to $herd_thing-herding. You begin to till the fields and plant the $stem-stemmed $leaf-leaved $fruit-fruited seeds [[Water them and wait->Beholder]]{<div class="field"> <img id="field" src="http://www.gannett-cdn.com/presto/2018/09/13/PGRB/6fab0fc3-53f3-433b-8205-9dd888e70bbb-GettyImages-700685692.jpg?width=534&height=401&fit=bounds&auto=webp"> (set: $image_one to '<img id="stem" src="http://images.rabbitrabbit.city/plant/adventure-seeds/stem-' + $stem + '.png">') (set: $image_two to '<img id="leaf" src="http://images.rabbitrabbit.city/plant/adventure-seeds/leaf-' + $leaf + '.png">') (set: $image_three to '<img id="fruit" src="http://images.rabbitrabbit.city/plant/adventure-seeds/fruit-' + $fruit + '.png">') (print: $image_one) (print: $image_two) (print: $image_three) </div>} At last your crop of $stem-$leaf-$fruit has grown. SHUFFLE! [[Harvest the fruit->Harvester]] [[Start over->Herder]]{ (click: "SHUFFLE!")[ (set: $stem to (either: ...$stems)) (set: $leaf to (either: ...$leaves)) (set: $fruit to (either: ...$fruits)) (go-to: "Beholder") ]}{<div class="field"> <img id="field" src="http://www.gannett-cdn.com/presto/2018/09/13/PGRB/6fab0fc3-53f3-433b-8205-9dd888e70bbb-GettyImages-700685692.jpg?width=534&height=401&fit=bounds&auto=webp"> (print: $image_one) (print: $image_two) </div>} Your crops look so forlorn without their $fruit fruit. [[Plow and begin again->Chooser]]