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

function underwater_start.init()
  PreventCrouching()
  StartBobbing("lucas")
end

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