summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-09 21:33:08 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-09 21:33:08 -0500
commitc6bd4299484883d81457bac62427d630bbce27aa (patch)
tree4d8726b73a05c09857a324323c247d5337c14dd7 /res
parent842a4340e2e1c9c3fa357cab016af624a3ea33fb (diff)
downloadtanetane-c6bd4299484883d81457bac62427d630bbce27aa.tar.gz
tanetane-c6bd4299484883d81457bac62427d630bbce27aa.tar.bz2
tanetane-c6bd4299484883d81457bac62427d630bbce27aa.zip
Added some stuff to switch places "no" route
#10
Diffstat (limited to 'res')
-rw-r--r--res/scripts/hallucination_interior.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index caad4b0..a7bb4ee 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua
@@ -293,6 +293,20 @@ function hallucination_interior.lets_switch_places()
293 293
294 SetAnimation("switch_claus", "still") 294 SetAnimation("switch_claus", "still")
295 else 295 else
296 DisplayMessage("* Huh? Why not?\n\f* You say I'm not real? I'm not Claus?\n\f* Oh, Lucas...", "Claus", SpeakerType.MAN)
297 WaitForEndOfMessage()
298
299 SetAnimation("switch_claus", "still")
300 FadeoutMusic(1000)
301 FadeMap(1000, 0.75)
302 WaitForMapFade()
303
304 Delay(1000)
305
306 SetAnimation("switch_claus", "talk")
307 DisplayMessage("* Of course I'm not Claus.\n\f* I'm you, remember?\n\f* Let's switch places.\nIt'll be sooo much fun.\n\f* It's what you deserve for not stopping me when I went to fight the Drago.", "Claus", SpeakerType.MAN)
308 WaitForEndOfMessage()
309
296 -- TODO: let's switch places 310 -- TODO: let's switch places
297 end 311 end
298 312