summary refs log tree commit diff stats
path: root/res/scripts/script0001.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/script0001.lua')
-rw-r--r--res/scripts/script0001.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua index 3a09705..326b37c 100644 --- a/res/scripts/script0001.lua +++ b/res/scripts/script0001.lua
@@ -1,4 +1,12 @@
1function script0001() 1function script0001()
2 DisplayMessage("It's almost suppertime.\nHinawa should be back soon.\nWhat? She's not coming back? Why, did you do something to her?\nHuh? I did it to her? Hinawa isn't coming back?\nWho are you? What did you do?\nIt's time for supper. It's time for supper.", "Flint", SpeakerType.MAN) 2 SetAnimation("boney", "barking")
3 local barkingNoise = LoopSound("barking_at_hallucination.wav")
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)
6 WaitForEndOfMessage()
7
8 SetAnimation("boney", "crouch")
9 StopSound(barkingNoise)
10 PlaySound("boney_growl.wav")
3 HideCutsceneBars() 11 HideCutsceneBars()
4end 12end