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

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