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.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