diff options
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/script0001.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua index 077e809..0be8382 100644 --- a/res/scripts/script0001.lua +++ b/res/scripts/script0001.lua | |||
@@ -3,6 +3,7 @@ function script0001() | |||
3 | SetAnimation("boney", "barking") | 3 | SetAnimation("boney", "barking") |
4 | local barkingNoise = LoopSound("barking_at_hallucination.wav") | 4 | local barkingNoise = LoopSound("barking_at_hallucination.wav") |
5 | 5 | ||
6 | SetAnimation("flint", "talk") | ||
6 | DisplayMessage("Lucas. It's me, Flint. Your father.\n\fI found Claus. He's here. After three years I've finally found your brother.\n\fAre you ready to see him again?", "Flint", SpeakerType.MAN) | 7 | DisplayMessage("Lucas. It's me, Flint. Your father.\n\fI found Claus. He's here. After three years I've finally found your brother.\n\fAre you ready to see him again?", "Flint", SpeakerType.MAN) |
7 | ShowChoice("Yes", "No") | 8 | ShowChoice("Yes", "No") |
8 | WaitForEndOfMessage() | 9 | WaitForEndOfMessage() |
@@ -17,5 +18,7 @@ function script0001() | |||
17 | DisplayMessage("Look at me when I'm talking to you, Lucas.\n\fWhen Claus gets home, we won't need you anymore.\nYou're nothing compared to him.", "Flint", SpeakerType.MAN) | 18 | DisplayMessage("Look at me when I'm talking to you, Lucas.\n\fWhen Claus gets home, we won't need you anymore.\nYou're nothing compared to him.", "Flint", SpeakerType.MAN) |
18 | end | 19 | end |
19 | 20 | ||
21 | WaitForEndOfMessage() | ||
22 | SetAnimation("flint", "still") | ||
20 | HideCutsceneBars() | 23 | HideCutsceneBars() |
21 | end | 24 | end |