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

function underwater_start.init()
  PreventCrouching()
  StartBobbing("lucas")
  SetAnimationSlowdown("lucas", 2)
end

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