diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 21:33:08 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 21:33:08 -0500 |
commit | c6bd4299484883d81457bac62427d630bbce27aa (patch) | |
tree | 4d8726b73a05c09857a324323c247d5337c14dd7 /res | |
parent | 842a4340e2e1c9c3fa357cab016af624a3ea33fb (diff) | |
download | tanetane-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.lua | 14 |
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 | ||