The Zoo (pl_04) - 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 
// pl_04 | Zoo (Wroclaw)
// 
type: panel
group: Intro
actor: ADULT_M, 
image: centennial_hall_empty_flag
color: red
---
<<declare $talked_animals = false>>
<<declare $elephant_completed = false>>
<<declare $giraffe_completed = false>>
<<declare $lion_completed = false>>
<<declare $monkey_completed = false>>
<<declare $penguin_completed = false>>
<<declare $found_chest_cookies = false>>
Welcome to WROCŁAW ZOO. #line:0fe55d1 
There are many ANIMALS here! #line:005dd46 
<<target target_director>>
quest_end 
type: panel_endgame
color: green
---
This quest is complete. #line:0bcc257 
You learned about ZOO ANIMALS. #line:054cc37 
<<jump post_quest_activity>>
post_quest_activity 
type: panel
color: green
tags: proposal
---
Draw your favorite ANIMAL. #line:0809ac5 
<<quest_end>>
director_talk 
group: Intro
actor: ADULT_M
---
<<if HasCompletedTask("TASK_ANIMALS")>>
    <<jump director_task_done>>
<<else>>
    <<jump director_task>>
<<endif>>
director_task 
group: Intro
actor: ADULT_M
image: centennial_hall_empty_flag
color: green
---
<<target off>>
Oh no! #line:0c71176 
<<camera_focus Flagpole>>
The FLAG is missing! #line:09c6bf7 
<<card iglica>>
It was on the IGLICA at CENTENNIAL HALL, #line:02f35e4 
which is a famous symbol of our city. #line:0335bf7 
<<camera_reset>>
Find the FLAG! #line:0da284c #task:TASK_ANIMALS
Talk to the ANIMALS. Maybe one of them has it. #line:012b933 
<<task_start TASK_ANIMALS task_animals_done>>
animal_peacock 
//--------------------------------------------
// ENTRANCE – AMBIENCE
//--------------------------------------------
group: ZOO
actor: SPECIAL
image: zoo_gate
---
I do not need a FLAG. #line:0085a8a 
My tail is a FLAG! #line:04fff6b 
animal_parrot 
group: ZOO
actor: SPECIAL
image: zoo_gate
---
Squawk! Red and yellow ran by! #line:0e84545 
animal_fox 
group: ZOO
actor: SPECIAL
image: zoo_gate
---
Hehe! I'm not actually from the zoo. #line:03c4553 
<<card animal_fox zoom>>
I didn't see a flag anywhere. #line:074fe29 
item_chest 
actor: 
group: actions
color: yellow
---
<<if $found_chest_cookies>>
    It's empty now. #line:0810771 
<<else>>
    <<action open_chest>>
    <<set $found_chest_cookies = true>>
    You found some cookies! #line:03321d5 
    <<cookies_add 5>>
<<endif>>
elephant_talk 
// PART 1 – ELEPHANT
group: ELEPHANT
actor: SENIOR_M
image: elephant_keeper
color: blue
---
<<if GetActivityResult("jigsaw_zoo_settings") > 0>>
    Your memory is good! #line:092cdc9 
    Want to try again? #line:09523fa 
    <<activity memory_elephant_settings_hard elephant_activity_done>>
<<else>>
    I am the biggest land ANIMAL. #line:027b51f 
    <<card animal_elephant zoom>>
    I have great MEMORY. #line:03a150c 
    Do you have a good MEMORY? #line:0f98478 
    <<activity memory_elephant_settings elephant_activity_done>>
<<endif>>
elephant_activity_done 
group: ELEPHANT
actor: SENIOR_M
image: elephant_keeper
---
<<inventory animal_elephant add>>
A FLAG? I do not have it. #line:0b79d01 
If I took it I would remember! #line:0f124bf 
<<set $elephant_completed = true>>
<<if HasCompletedTask("TASK_ANIMALS")>>
<<jump task_animals_done>>
<<endif>>
ELEPHANT_SIGN 
group: ELEPHANT
actor: 
image: elephant_sign
---
<<card animal_elephant>>
Elephants have thick skin and big ears. #line:06c3bba 
They are the largest land animals. #line:0bc4ca4 
ELEPHANT_KID 
group: ELEPHANT
actor: KID_F
image: kid_elephant
---
Its EARS are bigger than me! #line:0fc78ad 
Can it fan me in summer? #line:004abc7 
giraffe_talk 
// PART 2 – GIRAFFE
group: GIRAFFE
actor: SENIOR_M
image: giraffe_keeper
color: blue
---
<<if GetActivityResult("canvas_giraffe_settings") > 0>>
    Cool, right? #line:04d057e 
    Want to try again? #line:04f37fa 
    <<activity canvas_giraffe_settings_hard giraffe_activity_done>>
<<else>>
    I am the tallest ANIMAL. #line:0d5c607 
    <<card animal_giraffe zoom>>
    My long NECK helps me reach leaves. #line:0a4d24e 
    I eat WATTLE leaves! #line:04b42f2 
    <<activity canvas_giraffe_settings giraffe_activity_done>>
<<endif>>
giraffe_activity_done 
group: GIRAFFE
actor: SENIOR_M
image: giraffe_keeper
---
<<inventory animal_elephant add>>
I did not take the FLAG. #line:0877d6f 
It is too high for me! #line:02d00e2 
<<set $giraffe_completed = true>>
<<if HasCompletedTask("TASK_ANIMALS")>>
    <<jump task_animals_done>>
<<endif>>
GIRAFFE_SIGN 
group: GIRAFFE
actor: 
image: giraffe_sign
---
<<card animal_giraffe>>
Giraffes are the tallest animals. #line:03b36c0 
They have long necks to eat leaves from tall trees. #line:0d9d52f 
GIRAFFE_KID 
group: GIRAFFE
actor: KID_F
image: kid_giraffe
---
With a NECK like that! #line:068daeb 
I could see my house from here. #line:0bee484 
lion_talk 
// PART 3 – LION
group: LION
actor: SENIOR_M
image: lion_keeper
color: blue
---
<<if GetActivityResult("order_lion_settings") > 0>>
    Hey, try again. #line:0e53f7d 
    I'll make it harder. #line:080d627 
    <<activity order_lion_settings_hard lion_activity_done>>
<<else>>
    I am a LION from AFRICA. #line:07f2e15 
    <<card  animal_lion zoom>>
    I live in a PRIDE. #line:042266c 
    Look at this small CUB! #line:0124e1c 
    <<card  animal_lion_cub zoom>>
    I grow up small, then medium, then old... #line:0774b92 
    <<activity order_lion_settings lion_activity_done>>
<<endif>>
lion_activity_done 
group: LION
actor: SENIOR_M
image: lion_keeper
---
<<inventory animal_lion add>>
You must find the FLAG! #line:05da6d7 
I like watching it in wind. #line:01b3593 
<<set $lion_completed = true>>
<<if HasCompletedTask("TASK_ANIMALS")>>
    <<jump task_animals_done>>
<<endif>>
LION_SIGN 
group: LION
actor: 
image: lion_sign
---
<<card animal_lion>>
Lions live in family groups. #line:091881b 
Adult males have manes. #line:02b4a06 
<<card animal_lion_cub>>
But young cubs don't. #line:0d378cc 
LION_KID 
group: LION
actor: KID_F
image: kid_lion
---
What a roar! #line:079f4e0 
monkey_talk 
// PART 4 – MONKEY
group: MONKEY
actor: SENIOR_M
image: monkey_keeper
color: blue
---
<<if GetActivityResult("match_monkey_settings") > 0>>
    Oh, you're good! #line:092486d 
    Be quick! #line:0c33d20 
    <<activity match_monkey_settings_hard monkey_activity_done>>
<<else>>
    I am a CHIMPANZEE. I climb TREES. #line:0867233 
    <<card animal_chimpanzee zoom>>
    We are close to HUMANS! #line:0eaefd6 
    Where did I get these FRUITS? #line:079451b 
    <<activity match_monkey_settings monkey_activity_done>>
<<endif>>
monkey_activity_done 
group: MONKEY
actor: SENIOR_M
image: monkey_keeper
---
<<inventory animal_monkey add>>
I did not take the FLAG. #line:0c53945 
It would be fun to climb that pole. #line:0a43c85
<<set $monkey_completed = true>>
<<if HasCompletedTask("TASK_ANIMALS")>>
<<jump task_animals_done>>
<<endif>>
MONKEY_SIGN 
group: MONKEY
actor: 
image: monkey_sign
---
<<card animal_chimpanzee>>
Chimpanzees are great climbers. #line:01d80fc 
<<card food_apple>>
They eat lots of different fruits. #line:0883b4b 
<<card plant_apple>>
Every fruit comes from a different tree. #line:0cda3c2 
MONKEY_KID 
group: MONKEY
actor: KID_F
image: kid_monkey
---
He copied my dance! #line:0bf2346 
Do CHIMPANZEES wink? #line:0eecdf9 
penguin_talk 
// PART 5 – PENGUIN
group: PENGUIN
actor: SENIOR_M
image: penguin_keeper
color: blue
---
<<if GetActivityResult("jigsaw_penguin_settings") > 0>>
    Nice! #line:0cd794c 
    Can you do it again? #line:084fedc 
    <<activity jigsaw_penguin_settings_hard penguin_activity_done>>
<<else>>
    I am a PENGUIN, a strange BIRD. #line:08c70e8 
    <<card animal_penguin zoom>>
    I can't fly, but I swim well! #line:0540c5a 
    Can you find the path in ICE? #line:0a3420c 
    <<activity jigsaw_penguin_settings penguin_activity_done>>
<<endif>>
penguin_activity_done 
group: PENGUIN
actor: SENIOR_M
image: penguin_keeper
---
<<inventory animal_penguin add>>
No, I did not take the FLAG. #line:078190f 
I can't fly, remember? #line:08568f5 
<<set $penguin_completed = true>>
<<if HasCompletedTask("TASK_ANIMALS")>>
    <<jump task_animals_done>>
<<endif>>
PENGUIN_SIGN 
group: PENGUIN
actor: 
image: penguin_sign
---
<<card animal_penguin>>
Penguins are birds that can swim. #line:0920adc 
<<card ice_arctic>>
They live near oceans and ice. #line:0baa8d0 
PENGUIN_KID 
group: PENGUIN
actor: KID_F
image: kid_penguin
---
How cute! #line:0ae73f3 
It looks neat. #line:05ac327 
task_animals_done 
actor: 
---
TASK DONE! Go back to the ZOO DIRECTOR. #line:0a93d9b 
<<target target_director>>
<<set $talked_animals = true>>
director_task_done 
group: Intro
actor: ADULT_M
image: centennial_hall_empty_flag
color: purple
---
Good. You talked to all ANIMALS. #line:032811f 
Now let's review facts. #line:0364f30 
Help me put the pieces together. #line:0bc6238 
<<activity jigsaw_zoo_settings director_activity_done>>
RECAP_CARDS 
group: Icebox
actor: NARRATOR
image: zoo_cards
---
Now match the CARDS. #line:0f6f882 
<<activity memory zoo_animal_cards tutorial>>
director_activity_done 
actor: NARRATOR
image: zoo_recap
---
All ANIMALS are innocent. #line:0bc2b46 
Who took the FLAG? #line:0fc0ab7 
<<SetActive anturaFlag>>
<<jump RETURN_DIRECTOR>>
RETURN_DIRECTOR 
// TWIST – FLAG RETURN
group: End
actor: GUIDE_M
image: centennial_hall_antura_flag
---
Wait, look! #line:0b3d05f 
<<camera_focus Antura>>
ANTURA has the FLAG! #line:0e24973 
<<camera_reset>>
<<jump CEREMONY_END>>
CEREMONY_END 
group: End
actor: GUIDE_M
image: flag_on_iglica
---
<<card wroclaw_flag>>
The FLAG is home. #line:0d91701 
Thank you, helper. #line:08c71db 
<<jump quest_end>>
