20 lines
545 B
YAML
20 lines
545 B
YAML
scenes:
|
|
- id: finale
|
|
commands:
|
|
- type: background
|
|
background: city
|
|
- type: say
|
|
speaker: Narrador
|
|
text: "Você caminha pela cidade despertando, rota: {route}."
|
|
- type: if
|
|
if: "trust == true"
|
|
then:
|
|
- type: say
|
|
speaker: Narrador
|
|
text: "O bilhete no seu bolso parece mais quente do que deveria."
|
|
else:
|
|
- type: say
|
|
speaker: Narrador
|
|
text: "Você se pergunta se deixou algo passar no escuro."
|
|
- type: end
|