diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-08 12:06:34 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-08 12:06:34 -0500 |
| commit | eda9b238962ca9a7db14bafefce914265040ecf8 (patch) | |
| tree | ecfafa86446d0cf1299698b74bd7b2ff51f38b3d /res/scripts | |
| parent | 17657b6037f17761e61dafc6b71ee8bc670f9c51 (diff) | |
| download | tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.tar.gz tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.tar.bz2 tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.zip | |
Added Nana to hallucination_cliff map
Diffstat (limited to 'res/scripts')
| -rw-r--r-- | res/scripts/hallucination_cliff.lua | 11 |
1 files changed, 11 insertions, 0 deletions
| diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index d4ba921..35da0b1 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua | |||
| @@ -14,6 +14,17 @@ function hallucination_cliff.enter_door() | |||
| 14 | ChangeMap("pink_shell", "fromOutside") | 14 | ChangeMap("pink_shell", "fromOutside") |
| 15 | end | 15 | end |
| 16 | 16 | ||
| 17 | function hallucination_cliff.talk_to_nana() | ||
| 18 | StartCutscene() | ||
| 19 | SetAnimation("nana", "talk") | ||
| 20 | DisplayMessage("* Don't talk to me.", "Nana", SpeakerType.WOMAN) | ||
| 21 | WaitForEndOfMessage() | ||
| 22 | |||
| 23 | SetAnimation("nana", "still") | ||
| 24 | SetDirection("nana", Direction.RIGHT) | ||
| 25 | HideCutsceneBars() | ||
| 26 | end | ||
| 27 | |||
| 17 | function hallucination_cliff.claus_fall_event() | 28 | function hallucination_cliff.claus_fall_event() |
| 18 | -- do not trigger if we don't have claus | 29 | -- do not trigger if we don't have claus |
| 19 | if not gamestate.still_has_claus then | 30 | if not gamestate.still_has_claus then |
