diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-09 11:19:22 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-09 11:19:22 -0500 |
commit | c85f91cc5e0f9e94717fbc36ebef3b2637986121 (patch) | |
tree | 0bd1c5555d6395c5fc77540202296c93fc0b98f0 /res | |
parent | 3f6a071f6728b4d08553220d4174018a4080b176 (diff) | |
download | tanetane-c85f91cc5e0f9e94717fbc36ebef3b2637986121.tar.gz tanetane-c85f91cc5e0f9e94717fbc36ebef3b2637986121.tar.bz2 tanetane-c85f91cc5e0f9e94717fbc36ebef3b2637986121.zip |
Added newlines that don't require A presses
\n in a text message just indicates a newline. \n\f is a newline with an A press.
Diffstat (limited to 'res')
-rw-r--r-- | res/scripts/script0001.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua index 326b37c..fcf7029 100644 --- a/res/scripts/script0001.lua +++ b/res/scripts/script0001.lua | |||
@@ -2,7 +2,7 @@ function script0001() | |||
2 | SetAnimation("boney", "barking") | 2 | SetAnimation("boney", "barking") |
3 | local barkingNoise = LoopSound("barking_at_hallucination.wav") | 3 | local barkingNoise = LoopSound("barking_at_hallucination.wav") |
4 | 4 | ||
5 | DisplayMessage("Lucas. It's me, Flint. Your father.\nI found Claus. He's here. After three years I've finally found your brother.\nLook at me when I'm talking to you, Lucas.\nWhen Claus gets home, we won't need you anymore. You're nothing compared to him.", "Flint", SpeakerType.MAN) | 5 | 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\fLook 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) |
6 | WaitForEndOfMessage() | 6 | WaitForEndOfMessage() |
7 | 7 | ||
8 | SetAnimation("boney", "crouch") | 8 | SetAnimation("boney", "crouch") |