summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/pink_shell.lua')
-rw-r--r--res/scripts/pink_shell.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/scripts/pink_shell.lua b/res/scripts/pink_shell.lua index e17236e..1719c4f 100644 --- a/res/scripts/pink_shell.lua +++ b/res/scripts/pink_shell.lua
@@ -3,3 +3,13 @@ pink_shell = {}
3function pink_shell.go_outside() 3function pink_shell.go_outside()
4 ChangeMap("hallucination_cliff", "fromInside") 4 ChangeMap("hallucination_cliff", "fromInside")
5end 5end
6
7function pink_shell.talk_to_ocho()
8 StartCutscene()
9 SetAnimation("ocho", "talk")
10 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)
11 WaitForEndOfMessage()
12
13 SetAnimation("ocho", "still")
14 HideCutsceneBars()
15end