The Colors of the Marseille Market (fr_09) - Script 
Educators & Designers: help improving this quest!
Comments and feedback: discuss in the Forum
Improve translations: comment the Google Sheet
Improve the script: propose an edit here
quest_start 
// fr_09 | Food & Market (Marseille)
// 
tags: 
type: panel
color: red
actor: NARRATOR
---
<<set $MAX_PROGRESS = 7>>
<<declare $ingredients = 0>>
<<declare $baker_completed = false>>
<<declare $cheesemonger_completed = false>>
<<declare $fishmonger_completed = false>>
<<declare $greengrocer_completed = false>>
<<declare $grocer_completed = false>>
<<declare $pirate_completed = false>>
Welcome to Côte d'Azur! It's a sunny day on the coast. #line:078e646
<<target target_chef>> 
quest_end 
color: green
type: panel_endgame
actor: NARRATOR
---
The game is complete! Congratulations! #line:0f5c958 
<<jump quest_proposal>>
quest_proposal 
color: green
type: panel
tags: proposal
actor: NARRATOR
---
What is your favourite food? #line:01f78ed 
<<quest_end>>
chef 
group: chef
color: blue
tags: 
---
<<if GetCollectedItem("COLLECT_THE_INGREDIENTS") == 9>>
    <<jump chef_ingredients_done>>
<<elseif GetCollectedItem("COLLECT_THE_INGREDIENTS") > 0 >>
    <<jump chef_not_enough>>
<<else>>
    <<jump chef_welcome>>
<<endif>>
chef_welcome 
group: chef
actor: ADULT_M
---
Bonjour! Welcome to Marseille, on the Mediterranean Sea! #line:02548dd 
I want to make a special dish for you, a bouillabaisse! #line:0c65de3 
<<card bouillabaisse zoom>>
But I need some ingredients. #line:0623733 
<<jump task_ingredients>>
task_ingredients 
group: chef
color: green
tags: task
---
Please go to the market and buy them for me. #line:06602c6 
<<detour task_ingredients_desc>>
<<task_start COLLECT_THE_INGREDIENTS task_ingredients_done>>
Remember your manners! #line:02819db 
Say "Bonjour" to greet someone, #line:04c9d69 
and "Merci" to thank them. #line:022fd8f 
task_ingredients_desc 
type: task
---
Collect all the ingredients for the recipe. #line:00849bb #task:COLLECT_THE_INGREDIENTS
bread #card:food_bread
fish #card:food_fish
orange #card:food_orange
lemon #card:food_lemon
tomato #card:food_tomatobread
milk #card:food_milk
pepper and salt #card:food_pepper_salt
oil #card:food_olive_oil
chef_not_enough 
group: chef
tags: task
---
I need more ingredients! #line:0c5c6ac 
Make sure you talk to everyone in the market. #line:0060c01 
task_ingredients_done 
group: chef
---
You got all the ingredients! Go back to the chef. #line:05398f2 
chef_ingredients_done 
group: chef
actor: ADULT_M
---
Magnifique! You have everything. #line:0257fc7 
You were very polite. #line:0112e25 
Now, let's prepare our feast! #line:0051174 
<<jump activity_match_ingredients>>
activity_match_ingredients 
group: chef
tags: activity
color: purple
---
Match each item to the right seller. #line:0a6e106 
<<activity match_ingredients activity_match_done>>
activity_match_done 
group: chef
---
Well done! You matched all the items. #line:01648b2 
Now, let's cook the bouillabaisse! #line:0f0f617 
<<jump quest_end>>
baker_bonjour 
group: baker
actor: ADULT_M
---
Bonjour! I sell fresh bread. I am a baker. #line:0c6f41f 
Every day I wake up early to bake. #line:0f6e48a 
<<card person_baker zoom>>
<<jump baker_question>>
shop_baker 
group: baker
actor: SENIOR_M
tags:  noRepeatLastLine
color: blue
---
<<if GetActivityResult("money_baker") > 0>>
    You already bought bread from me! #line:023d379 
    Do you want to play again? #line:042cec8 
    <<activity hard_money_baker hard_payment_done>>
<<else>>
Bonjour! #line:09460ce 
    <<jump baker_bonjour>>
Merci! #line:0bf3f32 
    <<jump talk_dont_understand>>
Banana! #line:0ebf8b2 
    <<jump talk_dont_understand>>
<<endif>>
baker_question 
group: baker
actor: SENIOR_M
tags:  type=Choice
---
What do you want to buy? #line:00279c8 
Bread #line:00eab87 
    <<jump baker_pay_activity>>
Fish and Crab #line:08177a5 
    <<jump talk_dont_sell>>
Tomatoes, Oranges, and Lemons #line:0a8294a 
    <<jump talk_dont_sell>>
Salt, Pepper, and Oil #line:0babba5 
    <<jump talk_dont_sell>>
baker_pay_activity 
group: baker
actor: ADULT_M
color: purple
---
Select enough money to pay. #line:0bbf963 
<<activity money_baker baker_payment_done>>
baker_payment_done 
group: baker
tags: no_translate, noRepeatLastLine
actor: ADULT_M
---
Here you go. #line:0567082 
Merci! #line:00da30a 
Au revoir! #line:00cbd60 
Bonne journée! #line:00cd1cf 
<<SetActive Collect_Baker>>
baker_dontsell 
group: baker
actor: ADULT_M
---
Sorry, I don't sell that. #line:0875143 
fisher_payment_done 
group: fisher
tags: do_not_translate, noRepeatLastLine
actor: SENIOR_M
---
Here you go. #line:08733ac 
Au revoir! #line:02e64ff 
Merci! #line:02c23e5 
Bonne journée! #line:080d945 
<<SetActive Collect_Fisherman>>
fisher_dontsell 
group: fisher
actor: SENIOR_M
---
Sorry, I don't sell that. #line:01ea288 
fisher_question 
group: fisher
actor: SENIOR_M
---
What do you want to buy? #line:04deddc 
Fish and Crab #line:0e562df 
    <<jump fisher_pay_activity>>
Tomatoes, Oranges, and Lemons #line:085463e 
    <<jump talk_dont_sell>>
Bread #line:0604902 
    <<jump talk_dont_sell>>
Milk #line:0c5f144 
    <<jump talk_dont_sell>>
shop_fisher 
color: blue
group: fisher
tags: noRepeatLastLine
actor: SENIOR_M
---
<<if GetActivityResult("money_fishmonger") > 0>>
    You already bought fish from me! #line:044d973 
    Do you want to play again? #line:0fcca94 
    <<activity hard_money_fishmonger hard_payment_done>>
<<else>>
Lycée! #line:0d65316 
    <<jump talk_dont_understand>>
Bonjour! #line:089f618 
    <<jump fisher_bonjour>>
Au revoir! #line:06b0535 
    <<jump talk_dont_understand>>
<<endif>>
fisher_bonjour 
group: fisher
actor: SENIOR_M
actor: SENIOR_M
---
Good morning! I sell fish and crab. I'm a fishmonger. #line:04b4a87 
All of my items come from the sea! #line:0aa9ce7 
<<card  person_fishmonger zoom>>
<<jump fisher_question>>
shop_cheesemonger 
color: blue
group: cheesemonger
actor: ADULT_F
tags:  do_not_translate, noRepeatLastLine
---
<<if GetActivityResult("money_cheesemonger") > 0>>
    You already bought milk from me! #line:090b5cc 
    Do you want to play again? #line:0432de2 
    <<activity hard_money_cheesemonger hard_payment_done>>
<<else>>
Merci! #line:0693ba6 
    <<jump talk_dont_understand>>
Bonjour! #line:022bf02 
    <<jump cheesemonger_bonjour>>
Chat! #line:0b56a4d 
    <<jump talk_dont_understand>>
<<endif>>
cheesemonger_question 
group: cheesemonger
actor: ADULT_F
---
What do you want to buy? #line:03009de 
Milk #line:0aa7def 
    <<jump cheesemonger_pay_activity>>
Salt, Pepper, and Oil #line:057f694 
    <<jump talk_dont_sell>>
Bread #line:087919f 
    <<jump talk_dont_sell>>
Tomatoes, Oranges, and Lemons #line:067bfab 
    <<jump talk_dont_sell>>
cheesemonger_payment_done 
group:cheesemonger
actor: ADULT_F
tags:  do_not_translate, noRepeatLastLine
---
Here you go. #line:07d1671 
Bonne journée! #line:0dd3ac3 
Au revoir! #line:02a1238 
Merci! #line:0273de1 
<<SetActive Collect_Cheesemonger>>
cheesemonger_bonjour 
group: cheesemonger
actor: ADULT_F
---
Hi! I sell cheese and milk. I am a cheesemonger. #line:09eb222 
I use both cow milk and goat milk. #line:02f4bc9 
<<card  person_cheesemonger zoom>>
<<jump cheesemonger_question>>
cheesemonger_dontsell 
group:cheesemonger
actor: ADULT_F
---
Sorry, I don't sell that. #line:058fc6d 
greengrocer_dontsell 
group: greengrocer
actor: ADULT_M
---
MAN: Sorry, I don't sell that. #line:03b0024 
greengrocer_payment_activity 
group: greengrocer
actor: ADULT_F
tags:  do_not_translate, noRepeatLastLine
---
Here you go. #line:019edd0 
Bonne journée! #line:0ff9361 
Merci! #line:0741be3 
Au revoir! #line:023f352 
<<SetActive Collect_Greengrocer>>
greengrocer_question 
group: greengrocer
actor: ADULT_F
---
What do you want to buy? #line:042eb5a 
Fish and Crab #line:0fead1d 
    <<jump talk_dont_sell>>
Bread #line:0879f58 
    <<jump talk_dont_sell>>
Tomatoes, Oranges, and Lemons #line:015a2b4 
    <<jump greengrocer_pay_activity>>
Milk #line:0fd3f3a 
    <<jump talk_dont_sell>>
shop_greengrocer 
color: blue
group: greengrocer
actor: ADULT_F
tags:  noRepeatLastLine
---
<<if GetActivityResult("money_greengrocer") > 0>>
    You already bought fruit from me! #line:0755f3c 
    Do you want to play again? #line:0bbe1ea 
    <<activity hard_money_greengrocer hard_payment_done>>
<<else>>
    hello #line:00ee67d 
Merci! #line:0a43c28 
    <<detour talk_dont_understand>>
Train! #line:02af86a 
    <<detour talk_dont_understand>>
Bonjour! #line:0039ce8 
    <<jump greengrocer_bonjour>>
<<endif>>
greengrocer_bonjour 
group: greengrocer
actor: ADULT_F
---
Hello! I sell fruits and vegetables. I'm a greengrocer. #line:041ade1 
My items are always fresh! #line:0969b87 
<<card  person_greengrocer zoom>>
<<jump greengrocer_question>>
grocer_payment_done 
group: grocer
actor: SENIOR_F
tags:  do_not_translate, noRepeatLastLine
---
Here you go. #line:050a906 
Au revoir! #line:0ce6f8a 
Merci! #line:0e8ec1b 
Bonne journée! #line:062029a 
<<SetActive Collect_Grocer>>
grocer_dontsell 
group: grocer
actor: SENIOR_F
action: OLD_WOMAN
---
Sorry, I don't sell that. #line:0977493 
grocer_question 
group: grocer
actor: SENIOR_F
---
What do you want to buy? #line:0c36100 
Tomatoes, Oranges, and Lemons #line:0d6dabd 
    <<jump talk_dont_sell>>
Bread #line:03eeda4 
    <<jump talk_dont_sell>>
Milk #line:097fca2 
    <<jump talk_dont_sell>>
Salt, Pepper, and Oil #line:0068f15 
    <<jump grocer_pay_activity>>
shop_grocer 
group: grocer
actor: SENIOR_F
tags:  noRepeatLastLine
color: blue
---
<<if GetActivityResult("money_grocer") > 0>>
    You already bought from me! #line:0348f3c 
    Do you want to play again? #line:0e4aeb6 
    <<activity hard_money_grocer hard_payment_done>>
<<else>>
Merci! #line:0dd992c 
    <<jump talk_dont_understand>>
Bonjour! #line:0623f71 
    <<jump grocer_bonjour>>
Livre! #line:0b4db3b 
    <<jump talk_dont_understand>>
<<endif>>
grocer_bonjour 
group: grocer
actor: SENIOR_F
---
Hello! I sell spices and pantry goods. I am a grocer. #line:0ffbfa4 
You can use my items for many recipes. #line:0c6a554 
<<card  person_grocer zoom>>
<<jump grocer_question>>
pirate 
group: pirates
actor: SENIOR_M
tags: 
---
<<if $pirate_completed>>
Now go! I have to prepare for my next voyage. #line:04a0605 
<<else>>
Ahoy! Welcome aboard. #line:04ee922 
<<card pirates>>
We come from Saint-Malo and sailed the seas to get here. #line:056c70d 
People call us pirates, but we were corsairs — privateers. #line:0f764a6 
<<jump pirate_activity>>
<<endif>>
pirate_activity 
group: pirates
actor: ADULT_M
color: purple
---
Complete the image. #line:08396f2 
<<activity jigsaw_pirate activity_pirate_done>>
activity_pirate_done 
group: pirates
actor: SENIOR_M
tags: 
---
We worked for the King of France. #line:0af3bba 
In the past, we took items from the king's enemies, but those days are gone. #line:0b61715 
You should pay for what you need #line:0209784 
so the shops can stay open! #line:02c49d0 
<<set $pirate_completed = true>>
fisher_pay_activity 
group: fisher
actor: SENIOR_M
color: purple
---
Select enough money to pay. #line:0995020 
<<activity money_fishmonger fisher_payment_done>>
cheesemonger_pay_activity 
group:cheesemonger
actor: ADULT_F
color: purple
---
Select enough money to pay. #line:0f44ea7 
<<activity money_cheesemonger cheesemonger_payment_done>>
grocer_pay_activity 
group: grocer
actor: SENIOR_F
color: purple
---
Select enough money to pay. #line:0c80f9e 
<<activity money_grocer grocer_payment_done>>
greengrocer_pay_activity 
group: greengrocer
actor: ADULT_F
color: purple
---
Select enough money to pay. #line:08fc94e 
<<activity money_greengrocer greengrocer_payment_activity>>
baker_notunderstand 
group: baker
actor: ADULT_M
---
Sorry, I don't think I understand... #line:0db5121 
cheesemonger_notunderstand 
group: cheesemonger
actor: ADULT_F
---
Sorry, I don't think I understand... #line:01a0ec9 
grocer_notunderstand 
group: grocer
actor: SENIOR_F
---
Sorry, I don't think I understand... #line:0a30381 
talk_dont_understand 
tags: detour
color: orange
---
Sorry, I don't think I understand... #line:0f9044b 
What?? #line:09682b7 
Huh? #line:0c1b3e0 
talk_dont_sell 
tags: detour
color: orange
---
Sorry, I don't sell that. #line:08700b0 
hard_payment_done 
tags: detour
color: orange
---
Try talking to the other vendors too. #line:06ae965 
item_bread 
color: yellow
actor:
tags:  item
---
<<card food_bread>>
Bread #line:08e101e 
item_fish 
color: yellow
actor:
tags:  item
---
<<card food_fish>>
Fish #line:0feed79 
item_crab 
color: yellow
actor:
tags:  item
---
<<card food_crab>>
Crab #line:0c81979 
item_orange 
color: yellow
---
<<card food_orange>>
Orange #line:0c0fa04 
item_lemon 
color: yellow
actor: 
---
<<card food_lemon>>
Lemon #line:0c6b991 
item_tomato 
color: yellow
tags:  item
---
<<card food_tomato>>
Tomato #line:0a6782d 
item_milk 
color: yellow
tags:  item
---
<<card food_milk>>
Milk #line:0acd781 
item_pepper_salt 
color: yellow
actor:
tags:  item
---
<<card food_pepper_salt>>
Salt and Pepper #line:07bbcb0 
item_oil 
color: yellow
tags:  item
---
<<card food_olive_oil>>
Olive oil #line:0156410 
spawned_tourist 
///////// NPCs SPAWNED IN THE SCENE //////////
// these npc are spawn automatically in the scene
// use these to add random facts. everythime you meet them
// they will say one of these lines randomly
color: purple
actor: 
spawn_group: tourists 
---
Hi! I'm visiting from Paris. #line:00a142a 
The food here is amazing! #line:0374dff 
I love the sea! #line:0980627 
The market is so lively! #line:0d92388 
The bouillabaisse is my favorite dish! #line:07c080f 
spawned_buyer 
color: purple
actor: 
spawn_group: buyers 
---
I need to buy some fresh ingredients. #line:0baa74d 
The market has the best produce. #line:042c6f0 
Fresh fish is the best! #line:01269c6 
I can't wait to cook a delicious meal! #line:0fc5cd3 
spawned_currency 
color: purple
actor: 
spawn_group: tourists 
---
One euro is 100 cents. #line:0e6c526 #card:currency_euro
Polite words plus correct coins: perfect! #line:07a5934 #card:currency_euro
Euros have different sizes for each value. #line:021819a #card:currency_euro
spawned_recipe 
color: purple
actor: 
spawn_group: buyers 
---
Bouillabaisse mixes many fish. #line:0b6981c #card:bouillabaisse
Fresh tomato adds flavor. #line:0477851 #card:food_tomato
Olive oil adds flavor. #line:060644d #card:food_olive_oil    
Bread is great for dipping soup. #line:04e69ac #card:food_bread
spawned_jobs 
color: purple
actor: 
spawn_group: buyers 
---
A baker bakes bread. #line:0606dc5 #card:person_baker
A fishmonger sells fish and crab. #line:0ca5a9b #card:person_fishmonger
A cheesemonger sells cheese and milk. #line:0b5b1c5 #card:person_cheesemonger
A greengrocer sells fruits and veggies. #line:03b9a2e #card:person_greengrocer
