summary refs log tree commit diff stats
path: root/res/scripts/hallucination_interior.lua
diff options
context:
space:
mode:
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 941f0a1..bd075f1 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua
@@ -4,6 +4,10 @@ function hallucination_interior.off_left()
4 ChangeMap("hallucination_beach", "fromRight") 4 ChangeMap("hallucination_beach", "fromRight")
5end 5end
6 6
7function hallucination_interior.off_top()
8 ChangeMap("hallucination_cliff", "fromBottom")
9end
10
7function hallucination_interior.mailbox1() 11function hallucination_interior.mailbox1()
8 StartCutscene() 12 StartCutscene()
9 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE) 13 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE)