From d70c08886a204489095dc5ea2e8e624c799d14f9 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 15 Feb 2021 22:08:05 -0500 Subject: Wrote some dialogue for the Doria event --- res/scripts/map2.lua | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index c4b588c..6e826a3 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua @@ -70,13 +70,35 @@ function map2.approach_doria() if gamestate.approached_doria then return end - + gamestate.approached_doria = true - + StartCutscene() SetDirection("doria", Direction.DOWN_RIGHT) SetAnimation("doria", "talk") - DisplayMessage("* Oh my!\n* Is that our little Kumatora I spy? `", "Doria", SpeakerType.MAN) - + DisplayMessage("* Oh my!\n* Is that our little Kumatora I spy? `\n* Such style! Such swagger!\nWhy, just as if she were Magifolk herself! `\n* When Ionia showed us the human she was looking after, I hardly knew what to think.", "Doria", SpeakerType.MAN) + WaitForEndOfMessage() + + SetDirection("doria", Direction.DOWN) + SetAnimation("doria", "hearts") + DisplayMessage("* But what a lovely lady you've become!\n\f* You've made this old girl cry with pride! `", "Doria", SpeakerType.MAN) + WaitForEndOfMessage() + + SetDirection("doria", Direction.DOWN_RIGHT) + SetAnimation("doria", "talk") + DisplayMessage("* Now I shudder to think how I'll move on once your short human life is over.\n* Ooh, get another one, I suppose!\nYes, we'll just get another human. `\nAnd the new Kumatora will be just as good, no, better than the last one!", "Doria", SpeakerType.MAN) + WaitForEndOfMessage() + + SetDirection("doria", Direction.DOWN) + SetAnimation("doria", "hairflip!") + WaitForAnimation("doria") + + SetDirection("doria", Direction.DOWN_RIGHT) + SetAnimation("doria", "still") + Delay(1000) + + DisplayMessage("* H-hey, what do you mean ?", "Kumatora", SpeakerType.WOMAN) + WaitForEndOfMessage() + HideCutsceneBars() end -- cgit 1.4.1