diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-05 09:58:45 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-05 09:58:45 -0500 |
| commit | cd72ba5481705072b893d728e2f80931b5cca580 (patch) | |
| tree | 5cc659195ec8b0797b530cf03d148fd4c839a625 /res/scripts/underwater_start.lua | |
| parent | 7e3b59b09399bf8da243fb4122caa2c9c10d2624 (diff) | |
| download | tanetane-cd72ba5481705072b893d728e2f80931b5cca580.tar.gz tanetane-cd72ba5481705072b893d728e2f80931b5cca580.tar.bz2 tanetane-cd72ba5481705072b893d728e2f80931b5cca580.zip | |
Wrote exit area scripts for underwater and time passage
Diffstat (limited to 'res/scripts/underwater_start.lua')
| -rw-r--r-- | res/scripts/underwater_start.lua | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/res/scripts/underwater_start.lua b/res/scripts/underwater_start.lua index 7259d05..7f8ab62 100644 --- a/res/scripts/underwater_start.lua +++ b/res/scripts/underwater_start.lua | |||
| @@ -5,6 +5,11 @@ function underwater_start.init() | |||
| 5 | underwater.make_lucas_underwater() | 5 | underwater.make_lucas_underwater() |
| 6 | end | 6 | end |
| 7 | 7 | ||
| 8 | function underwater_start.exit_area() | ||
| 9 | loadMapScripts("underwater") | ||
| 10 | underwater.exit_area() | ||
| 11 | end | ||
| 12 | |||
| 8 | function underwater_start.talk_to_fish1() | 13 | function underwater_start.talk_to_fish1() |
| 9 | StartCutscene() | 14 | StartCutscene() |
| 10 | DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY) | 15 | DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY) |
