Lo 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>>
Benvenuti allo ZOO DI WROCŁAW. #line:0fe55d1
Ci sono molti ANIMALI qui! #line:005dd46
quest_end
panel: panel_endgame
color: green
---
Questa missione è completata. #line:0bcc257
Hai imparato a conoscere gli ANIMALI DELLO ZOO. #line:054cc37
<<jump post_quest_activity>>
post_quest_activity
panel: panel
color: green
tags: proposal
---
Disegna il tuo ANIMALE preferito. #line:0809ac5
<<quest_end>>
director_talk
group: Intro
actor: ADULT_M, type:Panel
image: centennial_hall_empty_flag
---
<<if $talked_animals == true>>
<<jump director_task_done>>
<<else>>
<<jump director_task>>
<<endif>>
director_task
group: Intro
actor: ADULT_M, type:Panel
image: centennial_hall_empty_flag
color: green
---
[MISSING TRANSLATION: Oh no!] #line:0c71176
<<camera_focus Flagpole>>
Oh no! Manca la BANDIERA! #line:09c6bf7
<<camera_reset>>
Era sull'IGLICA al CENTENNIAL HALL. #line:02f35e4
<<card iglica zoom>>
Per favore aiutatemi a trovarlo! #line:0fd5d1a
Parla con gli ANIMALI. Uno potrebbe averlo. #line:012b933
<<task_start TASK_ANIMALS task_animals_done>>
task_animals_desc
type: task
---
Trova la BANDIERA! #line:0da284c
Parla con tutti gli animali. Forse sanno dov'è la bandiera. #line:010adc5
animal_peacock
//--------------------------------------------
// ENTRANCE – AMBIENCE
//--------------------------------------------
group: ZOO
actor: SPECIAL
image: zoo_gate
---
Non ho bisogno di una BANDIERA. #line:0085a8a
La mia coda è una BANDIERA! #line:04fff6b
animal_parrot
group: ZOO
actor: SPECIAL
image: zoo_gate
---
Squawk! Rosso e giallo corrono via! #line:0e84545
animal_fox
group: ZOO
actor: SPECIAL
image: zoo_gate
---
[MISSING TRANSLATION: Hehe! I'm not actually from the zoo.] #line:03c4553
[MISSING TRANSLATION: I didn't see a flag anywhere.] #line:074fe29
item_chest
actor:
group: actions
color: yellow
---
<<if $found_chest_cookies>>
[MISSING TRANSLATION: It's empty now.] #line:0810771
<<else>>
<<action open_chest>>
<<set $found_chest_cookies = true>>
[MISSING TRANSLATION: 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>>
[MISSING TRANSLATION: Your memory is good!] #line:092cdc9
[MISSING TRANSLATION: Want to try again?] #line:09523fa
<<activity memory_elephant_settings_hard elephant_activity_done>>
<<else>>
Sono il più grande ANIMALE terrestre. #line:027b51f
<<card animal_elephant zoom>>
Ho una buona MEMORIA. #line:03a150c
Hai una buona MEMORIA? #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>>
UNA BANDIERA? Non ce l'ho. #line:0b79d01
Se lo prendessi me lo ricorderei! #line:0f124bf
<<set $elephant_completed = true>>
ELEPHANT_SIGN
group: ELEPHANT
actor:
image: elephant_sign
---
ELEFANTE. Pelle spessa. ORECCHIE grandi. #line:048e8a1
Il più grande ANIMALE terrestre. #line:0b1cca2
ELEPHANT_KID
group: ELEPHANT
actor: KID_F
image: kid_elephant
---
Le sue ORECCHIE sono più grandi di me! #line:0fc78ad
Può ventilarmi d'estate? #line:004abc7
giraffe_talk
// PART 2 – GIRAFFE
group: GIRAFFE
actor: SENIOR_M
image: giraffe_keeper
color: blue
---
<<if GetActivityResult("canvas_giraffe_settings") > 0>>
[MISSING TRANSLATION: Cool, right?] #line:04d057e
[MISSING TRANSLATION: Want to try again?] #line:04f37fa
<<activity canvas_giraffe_settings_hard giraffe_activity_done>>
<<else>>
Sono l'ANIMALE più alto. #line:0d5c607
<<card animal_giraffe zoom>>
Il mio lungo COLLO mi aiuta a raggiungere le foglie. #line:0a4d24e
Io mangio le foglie di AMICA! #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>>
Non ho preso la BANDIERA. #line:0877d6f
Per me è troppo alto! #line:02d00e2
<<set $giraffe_completed = true>>
GIRAFFE_SIGN
group: GIRAFFE
actor:
image: giraffe_sign
---
GIRAFFA. Alta. Collo lungo. #line:0a8a73f
CIGLIA lunghe. #line:0291317
GIRAFFE_KID
group: GIRAFFE
actor: KID_F
image: kid_giraffe
---
Con un COLLO così! #line:068daeb
Da qui potevo vedere la mia casa. #line:0bee484
lion_talk
// PART 3 – LION
group: LION
actor: SENIOR_M
image: lion_keeper
color: blue
---
<<if GetActivityResult("order_lion_settings") > 0>>
[MISSING TRANSLATION: Hey, try again.] #line:0e53f7d
[MISSING TRANSLATION: I'll make it harder.] #line:080d627
<<activity order_lion_settings_hard lion_activity_done>>
<<else>>
Sono un LEONE in AFRICA. #line:07f2e15
<<card animal_lion zoom>>
Vivo in un PRIDE. #line:042266c
Guarda questo piccolo CUB! #line:0124e1c
<<card animal_lion_cub zoom>>
[MISSING TRANSLATION: 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>>
Devi trovare la BANDIERA! #line:05da6d7
Mi piace guardarlo nel vento. #line:01b3593
<<set $lion_completed = true>>
LION_SIGN
group: LION
actor:
image: lion_sign
---
LEONE. ORGOGLIO = famiglia di leoni. #line:0ac6cc0
I maschi hanno le CRINE. #line:0d2883b
LION_KID
group: LION
actor: KID_F
image: kid_lion
---
Che boato! #line:079f4e0
monkey_talk
// PART 4 – MONKEY
group: MONKEY
actor: SENIOR_M
image: monkey_keeper
color: blue
---
<<if GetActivityResult("match_monkey_settings") > 0>>
[MISSING TRANSLATION: Oh, you're good!] #line:092486d
[MISSING TRANSLATION: Be quick!] #line:0c33d20
<<activity match_monkey_settings_hard monkey_activity_done>>
<<else>>
Sono una SCIMMIA. Mi arrampico sugli ALBERI. #line:0867233
<<card animal_chimpanzee zoom>>
Siamo vicini agli UMANI! #line:0eaefd6
Dove ho preso questa FRUTTA? #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>>
Non ho preso la BANDIERA. #line:0c53945
Sarebbe divertente arrampicarsi su quel palo. #line:0a43c85
<<set $monkey_completed = true>>
MONKEY_SIGN
group: MONKEY
actor:
image: monkey_sign
---
SCIMMIA. Grande ARRAMPICATORE. #line:0900219
Ama la FRUTTA. #line:021b299
MONKEY_KID
group: MONKEY
actor: KID_F
image: kid_monkey
---
Ha copiato la mia danza! #line:0bf2346
Le SCIMMIE fanno l'occhiolino? #line:0eecdf9
penguin_talk
// PART 5 – PENGUIN
group: PENGUIN
actor: SENIOR_M
image: penguin_keeper
color: blue
---
<<if GetActivityResult("jigsaw_penguin_settings") > 0>>
[MISSING TRANSLATION: Nice!] #line:0cd794c
[MISSING TRANSLATION: Can you do it again?] #line:084fedc
<<activity jigsaw_penguin_settings_hard penguin_activity_done>>
<<else>>
Sono un PINGUINO, uno strano UCCELLO. #line:08c70e8
<<card animal_penguin zoom>>
Non so volare, ma nuoto bene! #line:0540c5a
Riesci a trovare il percorso 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, non ho preso la BANDIERA. #line:078190f
Non so volare, ricordi? #line:08568f5
<<set $penguin_completed = true>>
PENGUIN_SIGN
group: PENGUIN
actor:
image: penguin_sign
---
PINGUINO. Uccello. Nuotatore. #line:0877d95
Vive vicino agli OCEANI. #line:0eac350
PENGUIN_KID
group: PENGUIN
actor: KID_F
image: kid_penguin
---
Che carino! #line:0ae73f3
Sembra ordinato. #line:05ac327
task_animals_done
actor:
---
COMPITO COMPIUTO! Torna dal REGISTA. #line:0a93d9b
<<set $talked_animals = true>>
director_task_done
group: Intro
actor: ADULT_M
image: centennial_hall_empty_flag
color: purple
---
Bene. Hai parlato con tutti gli ANIMALI. #line:032811f
Ora passiamo in rassegna i fatti. #line:0364f30
Aiutami a mettere insieme i pezzi. #line:08de86f
<<activity jigsaw_zoo_settings director_activity_done>>
RECAP_CARDS
group: Icebox
actor: NARRATOR
image: zoo_cards
---
Ora abbina le CARTE. #line:0f6f882
<<activity memory zoo_animal_cards tutorial>>
director_activity_done
actor: NARRATOR
image: zoo_recap
---
Tutti gli ANIMALI sono innocenti. #line:0bc2b46
Chi ha preso la BANDIERA? #line:0fc0ab7
<<SetActive anturaFlag>>
<<jump RETURN_DIRECTOR>>
RETURN_DIRECTOR
// TWIST – FLAG RETURN
group: End
actor: GUIDE_M
image: centennial_hall_antura_flag
---
Aspetta, guarda! #line:0b3d05f
<<camera_focus Antura>>
ANTURA ha la BANDIERA! #line:0e24973
<<camera_reset>>
<<jump CEREMONY_END>>
CEREMONY_END
group: End
actor: GUIDE_M
image: flag_on_iglica
---
La FLAG è casa. #line:0d91701
<<card wroclaw_flag>>
Grazie, aiutante. #line:08c71db
<<jump quest_end>>