diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-11 21:58:38 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-11 21:58:38 -0500 |
| commit | 81d1afa871c947ec6ba44e11cd6041fe16ed5756 (patch) | |
| tree | ea58d3491cc6b695776bd15228d4c03fc8790c37 /res/scripts | |
| parent | ec511705ce96d80d4e2a36054769c211448e8ec8 (diff) | |
| download | tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.tar.gz tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.tar.bz2 tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.zip | |
Flint uses talking animation in script0001 now
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 |
