From 8b41e0cfe3e736c511628138ded04ce87f3533d7 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 21:33:36 -0500 Subject: Added some stuff to Claus falling off the ladder #9 --- res/scripts/hallucination_cliff.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index d57c09a..020a743 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua @@ -117,6 +117,14 @@ function hallucination_cliff.claus_fall_event() DisableBehaviour("lucas") PauseSprite("lucas") SetAnimation("lucas", "frozen") -- so he doesn't blink + Delay(1000) + + DisplayMessage("* Lucas, you shouldn't have let me fall!\n\f* It's your fault I got hurt!\n\f* I can't get up...", "Claus", SpeakerType.MAN) + WaitForEndOfMessage() + + DisplayMessage("* Help him up?", "", SpeakerType.NONE) + ShowChoice("Yes", "No") + WaitForEndOfMessage() -- TODO: rest of scene -- cgit 1.4.1