diff options
Diffstat (limited to 'res/scripts/map2.lua')
| -rw-r--r-- | res/scripts/map2.lua | 14 |
1 files changed, 14 insertions, 0 deletions
| diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index 1b55072..3bc9eff 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua | |||
| @@ -23,3 +23,17 @@ function map2.mailbox1() | |||
| 23 | 23 | ||
| 24 | HideCutsceneBars() | 24 | HideCutsceneBars() |
| 25 | end | 25 | end |
| 26 | |||
| 27 | function map2.mailbox_lightning() | ||
| 28 | StartCutscene() | ||
| 29 | DisplayMessage("* ...?", "", SpeakerType.NONE) | ||
| 30 | WaitForEndOfMessage() | ||
| 31 | |||
| 32 | SetDirection("lucas", Direction.DOWN) | ||
| 33 | SetAnimation("lucas", "electrocute!") | ||
| 34 | WaitForAnimation("lucas") | ||
| 35 | |||
| 36 | DisplayMessage("* It was lightning.\n\fAh.", "", SpeakerType.NONE) | ||
| 37 | WaitForEndOfMessage() | ||
| 38 | HideCutsceneBars() | ||
| 39 | end | ||
