summary refs log tree commit diff stats
path: root/res/scripts/hallucination_interior.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 10:29:38 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 10:29:38 -0500
commit5fe3fd37b65d9e4650053dfff4d077d192f31739 (patch)
treedd02b4912025334156e57d6965868677dc1f6f00 /res/scripts/hallucination_interior.lua
parent33467f58a04a37085f72324b095ee75b59d61355 (diff)
downloadtanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.tar.gz
tanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.tar.bz2
tanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.zip
Added connection between mirror map and hallucination_interior
Diffstat (limited to 'res/scripts/hallucination_interior.lua')
-rw-r--r--res/scripts/hallucination_interior.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index 9ef808e..f009196 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua
@@ -8,6 +8,10 @@ function hallucination_interior.off_top()
8 ChangeMap("hallucination_cliff", "fromBottom") 8 ChangeMap("hallucination_cliff", "fromBottom")
9end 9end
10 10
11function hallucination_interior.off_right()
12 ChangeMap("hallucination_mirror", "fromLeft")
13end
14
11function hallucination_interior.mailbox1() 15function hallucination_interior.mailbox1()
12 StartCutscene() 16 StartCutscene()
13 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE) 17 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE)