From d5e3bc615b300eb985d59b91ebd1f2f1a4d4e107 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 26 Feb 2021 16:47:24 -0500 Subject: Added first underwater map Also spruced up the event that takes you there. Also fixed an issue where transplantParty wouldn't take the medium of the new position into consideration. Also added a constructor to the lua version of vec2i. --- res/scripts/underwater.lua | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'res/scripts/underwater.lua') diff --git a/res/scripts/underwater.lua b/res/scripts/underwater.lua index cc6d085..602c8d4 100644 --- a/res/scripts/underwater.lua +++ b/res/scripts/underwater.lua @@ -1,57 +1,50 @@ underwater = {} -function underwater.fish1() - StartCutscene() - DisplayMessage("* You deserved what she did to you.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() - HideCutsceneBars() -end - function underwater.fish2() StartCutscene() DisplayMessage("* What are you complaining about?\nYou're so powerful now...\n\fYou owe it all to her.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish3() StartCutscene() DisplayMessage("* You wanted to become stronger, and now you're stronger. Quit crying.\n\f* Oh wait, that wasn't you.\n\fThat was Claus.\n\fYou were totally willing to stay at home and cry.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish4() StartCutscene() DisplayMessage("* You think it hurt when your PSI unlocked?\n\fJust picture what it was like for Claus.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish5() StartCutscene() DisplayMessage("* What did Aeolia do to your brother?\n\fStrangle him?\n\fPush him down a flight of stairs?\n\fMaybe it was in the hot spring just like you.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish6() StartCutscene() DisplayMessage("* Still, you're probably eager to get your revenge. You don't fool me.\n\f* You have everyone else fooled but you can't fool yourself.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish7() StartCutscene() DisplayMessage("* There's only three left.\nAnd after Mixolydia, it'll be her.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end function underwater.fish8() StartCutscene() DisplayMessage("* I bet you can't wait to wrap your hands around her needle,\n\fand\n\fpull\n\fas\n\fhard\n\fas\n\fyou\n\fcan.", "Fish", SpeakerType.BOY) - WaitForEndOfMessages() + WaitForEndOfMessage() HideCutsceneBars() end -- cgit 1.4.1