Thanks a lot baby! I'll make the drink now. What do you want to have for dinner?
[[Veg lasagne]] or [[Fillet steak]] ?(set: $choose to 'veg')
That's a good choice! Could you please help me prepare the following ingredients?
* (colour: "#4bc872")[**20**g dried mushrooms]
* (colour: "#4bc872")[**2** red onions]
* (colour: "#4bc872")[**6** cloves of garlic]
* (colour: "#4bc872")[**3** carrots]
* (colour: "#4bc872")[**2** sticks of celery]
* (colour: "#4bc872")[**1** rosemary]
* (colour: "#4bc872")[**5** teaspoons olive oil]
* (colour: "#4bc872")[**1** teaspoon chili flakes]
* (colour: "#4bc872")[**2** bay leaves]
* (colour: "#4bc872")[**100**ml vegan wine]
* (colour: "#4bc872")[**400**g tomatoes]
* (colour: "#4bc872")[**750**g wild mushrooms]
* (colour: "#4bc872")[**800**ml almond milk]
* (colour: "#4bc872")[**70**g vegan Cheddar cheese]
* (colour: "#4bc872")[**400**g wheat flour]
[[Go to garden]]
[[Go to kitchen]](In the garden) Well... what should I take back?
[[bay leaves]] || [[carrot]] || [[rosemary]]
[[thyme]] || [[mint leaf]] || [[celery]]
[[raspberry]] || [[Chestnut mushroom]] || [[basil]]
[[yellow pepper]] || [[red pepper]] || [[green pepper]]
[[fresh garlic]] || [[parsley]] || [[tomato]]
[[potato]] || [[wild mushroom]] || [[red onion]]
[[green onion]] || [[onion]] || [[leek]]
[[lemongrass]] || [[lime]] || [[lemon]]
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Sneak peek mint and raspberry julep ingredients", "Sneak peek mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Sneak peek veg lasagne ingredients", "Sneak peek veg lasagne ingredients")]
(else:)[(link-goto: "Sneak peek fillet steak ingredients", "Sneak peek fillet steak ingredients")]}(In the kitchen) Hmm... so much stuff here, what should I take back?
[[red wine]] || [[white wine]] || [[beer]]
[[vegan wine]] || [[potato chips]] || [[chocolate]]
[[ice cube]] || [[dried mushroom]] || [[vegan Cheddar cheese]]
[[Mozzarella cheese]] || [[flour]] || [[olive oil]]
[[chili flakes]] || [[wheat flour]] || [[French mustard]]
[[English mustard]] || [[fillet steak (1.0cm thick)]] || [[fillet steak (2.5cm thick)]]
[[dried mushroom]] || [[almond milk]] || [[milk]]
[[bourbon]] || [[cream]] || [[sour cream]] || [[Brandy]]
[[clove of garlic]] || [[vinegar]] || [[salted butter]]
[[unsalted butter]] || [[red wine vinegar]]
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Sneak peek mint and raspberry julep ingredients", "Sneak peek mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Sneak peek veg lasagne ingredients", "Sneak peek veg lasagne ingredients")]
(else:)[(link-goto: "Sneak peek fillet steak ingredients", "Sneak peek fillet steak ingredients")]}(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $wildmushroom to (prompt: "How many grams do you need?", "Type number only"))(colour: "#fdf498")["Veg lasagne ingredients checklist"]
1. Dried mushrooms: {(if: $driedmushroom is '20')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
2. Red onion: {(if: $redonion is '2')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
3. Garlic: {(if: $garlic is '6')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
4. Carrot: {(if: $carrot is '3')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
5. Celery: {(if: $celery is '2')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
6. Rosemary: {(if: $rosemary is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
7. Olive oil: {(if: $oliveoil is '5')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
8. Chili flakes: {(if: $chiliflakes is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
9. Bay leaves: {(if: $bayleaves is '2')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
10. Vegan wine: {(if: $veganwine is '100')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
11. Tomato: {(if: $tomato is '400')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
12. Wild mushroom: {(if: $wildmushroom is '750')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
13. Almond milk: {(if: $almondmilk is '800')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
14. Vegan Cheddar cheese: {(if: $vegancheddarcheese is '70')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
15. Wheat flour: {(if: $wheatflour is '400')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
{(if: ($driedmushroom is '20') and ($redonion is '2') and ($garlic is '6') and ($carrot is '3') and ($celery is '2') and ($rosemary is '1') and ($oliveoil is '5') and ($chiliflakes is '1') and ($bayleaves is '2') and ($veganwine is '100') and ($tomato is '400') and ($wildmushroom is '750') and ($almondmilk is '800') and ($vegancheddarcheese is '70') and ($wheatflour is '400'))[
[[You finished veg lasagne preparation!!!]]
](else:)[
[[Sneak peek veg lasagne ingredients]]<br>
[[Go to garden]]<br>
[[Go to kitchen]]
]}(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $driedmushroom to (prompt: "How many grams do you need?", "Type number only"))(set: $choose to 'steak')
That's a good choice! Could you please help me prepare the following ingredients?
* (colour: "#4bc872")[**2** rosemary]
* (colour: "#4bc872")[**2** thyme]
* (colour: "#4bc872")[**1** teaspoon red wine vinegar]
* (colour: "#4bc872")[**6** teaspoons olive oil]
* (colour: "#4bc872")[**150**g fillet steaks (2.5cm thick)]
* (colour: "#4bc872")[**100**g chestnut mushrooms]
* (colour: "#4bc872")[**15**g parsley]
* (colour: "#4bc872")[**20**g unsalted butter]
* (colour: "#4bc872")[**10**ml Brandy]
* (colour: "#4bc872")[**50**ml red wine]
* (colour: "#4bc872")[**100**ml cream]
* (colour: "#4bc872")[**1** teaspoon French mustard]
* (colour: "#4bc872")[**1** teaspoon English mustard]
* (colour: "#4bc872")[**1** red pepper]
* (colour: "#4bc872")[**1** yellow pepper]
[[Go to garden]]
[[Go to kitchen]](colour: "#fdf498")["Fillet steak ingredients checklist"]
1. Rosemary: {(if: $rosemary is '2')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
2. Thyme: {(if: $thyme is '2')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
3. Red wine vinegar: {(if: $redwinevinegar is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
4. Olive oil: {(if: $oliveoil is '6')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
5. Fillet steak: {(if: $steak25 is '150')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
6. Chestnut mushroom: {(if: $chestnutmushroom is '100')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
7. Parsley: {(if: $parsley is '15')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
8. Unsalted butter: {(if: $unsaltedbutter is '20')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
9. Brandy: {(if: $brandy is '10')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
10. Red wine: {(if: $redwine is '50')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
11. Cream: {(if: $cream is '100')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
12. French mustard: {(if: $frenchmustard is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
13. English mustard: {(if: $englishmustard is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
14. Red pepper: {(if: $redpepper is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
15. Yellow pepper: {(if: $yellowpepper is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
{(if: ($rosemary is '2') and ($thyme is '2') and ($redwinevinegar is '1') and ($oliveoil is '6') and ($steak25 is '150') and ($chestnutmushroom is '100') and ($parsley is '15') and ($unsaltedbutter is '20') and ($brandy is '10') and ($redwine is '50') and ($cream is '100') and ($frenchmustard is '1') and ($englishmustard is '1') and ($redpepper is '1') and ($yellowpepper is '1'))[
[[You finished fillet steak preparation!!!]]
](else:)[
[[Sneak peek fillet steak ingredients]]<br>
[[Go to garden]]<br>
[[Go to kitchen]]
]}(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $bayleaves to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $carrot to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $rosemary to (prompt: "How much do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $thyme to (prompt: "How much do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $celery to (prompt: "How many sticks do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $chestnutmushroom to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $basil to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $freshgarlic to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $parsley to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $tomato to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $potato to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $redonion to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $lemongrass to (prompt: "How much do you need?", "Type number only"))(colour: "#fdf498")["Veg lasagne ingredients"]
* (colour: "#f37736")[**20**g dried mushrooms]
* (colour: "#f37736")[**2** red onions]
* (colour: "#f37736")[**6** cloves of garlic]
* (colour: "#f37736")[**3** carrots]
* (colour: "#f37736")[**2** sticks of celery]
* (colour: "#f37736")[**1** rosemary]
* (colour: "#f37736")[**5** teaspoons olive oil]
* (colour: "#f37736")[**1** teaspoon chili flakes]
* (colour: "#f37736")[**2** bay leaves]
* (colour: "#f37736")[**100**ml vegan wine]
* (colour: "#f37736")[**400**g tomatoes]
* (colour: "#f37736")[**750**g wild mushrooms]
* (colour: "#f37736")[**800**ml almond milk]
* (colour: "#f37736")[**70**g vegan Cheddar cheese]
* (colour: "#f37736")[**400**g wheat flour]
[[Go to garden]]
[[Go to kitchen]](colour: "#fdf498")["fillet steak ingredients"]
* (colour: "#f37736")[**2** rosemary]
* (colour: "#f37736")[**2** thyme]
* (colour: "#f37736")[**1** teaspoon red wine vinegar]
* (colour: "#f37736")[**6** teaspoons olive oil]
* (colour: "#f37736")[**150**g fillet steaks (2.5cm thick)]
* (colour: "#f37736")[**100**g chestnut mushrooms]
* (colour: "#f37736")[**15**g parsley]
* (colour: "#f37736")[**20**g unsalted butter]
* (colour: "#f37736")[**10**ml Brandy]
* (colour: "#f37736")[**50**ml red wine]
* (colour: "#f37736")[**100**ml cream]
* (colour: "#f37736")[**1** teaspoon French mustard]
* (colour: "#f37736")[**1** teaspoon English mustard]
* (colour: "#f37736")[**1** red pepper]
* (colour: "#f37736")[**1** yellow pepper]
[[Go to garden]]
[[Go to kitchen]](link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $redwine to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $whitewine to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $beer to (prompt: "How many cans do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $veganwine to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $potatochips to (prompt: "How many pack do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $chocolate to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $yellowpepper to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $redpepper to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $vegancheddarcheese to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $mozzarellacheese to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $flour to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $oliveoil to (prompt: "How many teaspoons do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $chiliflakes to (prompt: "How many teaspoons do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $wheatflour to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $frenchmustard to (prompt: "How many teaspoons do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $englishmustard to (prompt: "How many teaspoons do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $steak10 to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $steak25 to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $almondmilk to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $milk to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $cream to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $sourcream to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $brandy to (prompt: "How many ml do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $garlic to (prompt: "How many cloves do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $vinegar to (prompt: "How many teaspoons do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $saltedbutter to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $unsaltedbutter to (prompt: "How many grams do you need?", "Type number only"))(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $redwinevinegar to (prompt: "How many teaspoons do you need?", "Type number only"))Baby, you did so wonderful! Thanks for helping me!(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $greenonion to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $onion to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $leek to (prompt: "How many do you need?", "Type number only"))Baby, you did so wonderful! Thanks for helping me!(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $greenpepper to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $lime to (prompt: "How many do you need?", "Type number only"))(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}
(set: $lemon to (prompt: "How many do you need?", "Type number only"))(set: $choose to 'drink')
Baby, don't forget my friend will visit us tonight. We need to prepare food and drinks! There's so much things to do... let's make the drink first. Well, how about mint and raspberry julep? Could you please help me prepare the following ingredients:
* (colour: "#4bc872")[**8** mint leaves]
* (colour: "#4bc872")[**20** raspberries]
* (colour: "#4bc872")[**1** bag of ice cubes]
* (colour: "#4bc872")[**50** ml bourbon]
[[Go to garden]]
[[Go to kitchen]](colour: "#fdf498")["Mint and Raspberry Julep ingredients checklist"]
1. Mint leaf: {(if: $mint is '8')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
2. Raspberry: {(if: $raspberry is '20')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
3. Bag of ice cube: {(if: $ice is '1')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
4. Bourbon: {(if: $bourbon is '50')[
(colour: "#7bc043")[Done!]
](else:)[
(colour: "#ee4035")[The number isn't correct.]
]}
{(if: ($mint is '8') and ($raspberry is '20') and ($ice is '1') and ($bourbon is '50'))[
[[You finished mint and raspberry julep preparation!!!]]
](else:)[
[[Sneak peek mint and raspberry julep ingredients]]<br>
[[Go to garden]]<br>
[[Go to kitchen]]
]}(colour: "#fdf498")["Mint and Raspberry Julep Ingredients"]
* (colour: "#f37736")[**8** mint leaves]
* (colour: "#f37736")[**20** raspberries]
* (colour: "#f37736")[**1** bag of ice cubes]
* (colour: "#f37736")[**50** ml bourbon]
[[Go to garden]]
[[Go to kitchen]](link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
(set: $mint to (prompt: "How many do you need?", "Type number only"))
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}(link-goto: "Get some more stuff from garden", "Go to garden")
[[Go to kitchen]]
(set: $raspberry to (prompt: "How many do you need?", "Type number only"))
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
(set: $ice to (prompt: "How many do you need?", "Type number only"))
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}(link-goto: "Get some more stuff from kitchen", "Go to kitchen")
[[Go to garden]]
(set: $bourbon to (prompt: "How many ml do you need?", "Type number only"))
{(if: $choose is "drink")[(link-goto: "Check if the ingredient number is correct or not", "Check mint and raspberry julep ingredients")]
(elseif: $choose is "veg")[(link-goto: "Check if the ingredient number is correct or not", "Check veg lasagne ingredients")]
(else:)[(link-goto: "Check if the ingredient number is correct or not", "Check fillet steak ingredients")]}