diff options
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/pink_shell.lua | 10 |
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 = {} | |||
3 | function pink_shell.go_outside() | 3 | function pink_shell.go_outside() |
4 | ChangeMap("hallucination_cliff", "fromInside") | 4 | ChangeMap("hallucination_cliff", "fromInside") |
5 | end | 5 | end |
6 | |||
7 | function 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() | ||
15 | end | ||