diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:42:52 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-28 16:42:52 -0500 |
commit | 1cb8cc47c64009999f054f42f6815b05ccfc305c (patch) | |
tree | e130ea2836b9c73af8041135a33aaa089155738c /res/scripts | |
parent | 01d98cb43b39fc980cf0c68abec71f8769309171 (diff) | |
download | tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.gz tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.bz2 tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.zip |
Added (human) Ocho
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 | ||