diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 21:33:36 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 21:33:36 -0500 |
commit | 8b41e0cfe3e736c511628138ded04ce87f3533d7 (patch) | |
tree | 7ff2b92d7620e8c992bb8cdf697a33c47d708ee3 | |
parent | c6bd4299484883d81457bac62427d630bbce27aa (diff) | |
download | tanetane-8b41e0cfe3e736c511628138ded04ce87f3533d7.tar.gz tanetane-8b41e0cfe3e736c511628138ded04ce87f3533d7.tar.bz2 tanetane-8b41e0cfe3e736c511628138ded04ce87f3533d7.zip |
Added some stuff to Claus falling off the ladder
#9
-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 | ||