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.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/scripts/underwater_start.lua b/res/scripts/underwater_start.lua new file mode 100644 index 0000000..fe582ab --- /dev/null +++ b/res/scripts/underwater_start.lua
@@ -0,0 +1,8 @@
1underwater_start = {}
2
3function underwater_start.talk_to_fish1()
4 StartCutscene()
5 DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY)
6 WaitForEndOfMessage()
7 HideCutsceneBars()
8end \ No newline at end of file