summary refs log tree commit diff stats
path: root/res/scripts/underwater_start.lua
blob: 56b0b5edc356a8ca8be3f590cd38a7f8e45a8bab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
underwater_start = {}

function underwater_start.init()
  loadMapScripts("underwater")
  underwater.make_lucas_underwater()
end

function underwater_start.talk_to_fish1()
  StartCutscene()
  DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY)
  WaitForEndOfMessage()
  HideCutsceneBars()
end