summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.lua
blob: 1719c4f08d2fe7d090770376fd15bea66a8d7241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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