From c6bd4299484883d81457bac62427d630bbce27aa Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 21:33:08 -0500 Subject: Added some stuff to switch places "no" route #10 --- res/scripts/hallucination_interior.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'res') 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() SetAnimation("switch_claus", "still") else + DisplayMessage("* Huh? Why not?\n\f* You say I'm not real? I'm not Claus?\n\f* Oh, Lucas...", "Claus", SpeakerType.MAN) + WaitForEndOfMessage() + + SetAnimation("switch_claus", "still") + FadeoutMusic(1000) + FadeMap(1000, 0.75) + WaitForMapFade() + + Delay(1000) + + SetAnimation("switch_claus", "talk") + 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) + WaitForEndOfMessage() + -- TODO: let's switch places end -- cgit 1.4.1