summary refs log tree commit diff stats
path: root/res/scripts/underwater_start.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/underwater_start.lua')
-rw-r--r--res/scripts/underwater_start.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/underwater_start.lua b/res/scripts/underwater_start.lua index fe582ab..98a6e67 100644 --- a/res/scripts/underwater_start.lua +++ b/res/scripts/underwater_start.lua
@@ -1,5 +1,9 @@
1underwater_start = {} 1underwater_start = {}
2 2
3function underwater_start.init()
4 PreventCrouching()
5end
6
3function underwater_start.talk_to_fish1() 7function underwater_start.talk_to_fish1()
4 StartCutscene() 8 StartCutscene()
5 DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY) 9 DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY)