diff options
-rw-r--r-- | res/scripts/hallucination_cliff.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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() | |||
117 | DisableBehaviour("lucas") | 117 | DisableBehaviour("lucas") |
118 | PauseSprite("lucas") | 118 | PauseSprite("lucas") |
119 | SetAnimation("lucas", "frozen") -- so he doesn't blink | 119 | SetAnimation("lucas", "frozen") -- so he doesn't blink |
120 | Delay(1000) | ||
121 | |||
122 | 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) | ||
123 | WaitForEndOfMessage() | ||
124 | |||
125 | DisplayMessage("* Help him up?", "", SpeakerType.NONE) | ||
126 | ShowChoice("Yes", "No") | ||
127 | WaitForEndOfMessage() | ||
120 | 128 | ||
121 | -- TODO: rest of scene | 129 | -- TODO: rest of scene |
122 | 130 | ||