summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.lua
blob: 4223188117ef7eca87a83d0e1760c8a0c4e2ee34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pink_shell = {}

function pink_shell.go_outside()
  ChangeMap("hallucination_cliff", "fromInside")
end

function pink_shell.talk_to_ocho()
  StartCutscene()
  SetAnimation("ocho", "talk")
  DisplayMessage("* *twist* *turn*\n\f* That person over there is Mixolydia.\n\f* Isn't she pretty?\n\f...\n\f* Hey, the four of you don't look so good.", "Ocho", SpeakerType.MAN)
  WaitForEndOfMessage()

  SetAnimation("ocho", "still")
  HideCutsceneBars()
end

function pink_shell.talk_to_mixolydia()
  SetDirection("mixolydia", Direction.UP)
end