summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 16:42:52 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 16:42:52 -0500
commit1cb8cc47c64009999f054f42f6815b05ccfc305c (patch)
treee130ea2836b9c73af8041135a33aaa089155738c /res/scripts/pink_shell.lua
parent01d98cb43b39fc980cf0c68abec71f8769309171 (diff)
downloadtanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.gz
tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.tar.bz2
tanetane-1cb8cc47c64009999f054f42f6815b05ccfc305c.zip
Added (human) Ocho
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