From 1cb8cc47c64009999f054f42f6815b05ccfc305c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Feb 2021 16:42:52 -0500 Subject: Added (human) Ocho --- res/scripts/pink_shell.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'res/scripts/pink_shell.lua') 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 = {} 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 -- cgit 1.4.1