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

function underwater_start.init()
  PreventCrouching()
end

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