From ed0d417d0fddc2777a3502f14889342fe33af2e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Dec 2021 13:35:20 -0300 Subject: Slow down cutscene dialogs in ~50% as requested by Hocus --- npc/080-1/final.txt | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt index 017d7c5c..a720bc26 100644 --- a/npc/080-1/final.txt +++ b/npc/080-1/final.txt @@ -62,44 +62,46 @@ OnInit: // Look at direction 4: Automatic? sleep2(150*11); // Presumed at 150ms/tile, let she get in player window npctalk l("GAK!"), .@ali$; - sleep2(300); + sleep2(600); npctalk l("Alissssa! You... You arrre alive!"), .@gak$; - sleep2(2000); + sleep2(3000); setnpcdir(.@ali$, 4); // Fail-safe npctalk l("Of course I am alive, after you did that... That stupid thing! "), .@ali$; - sleep2(2000); + sleep2(3000); npctalk l("Did you forgot I can defend myself?!"), .@ali$; - sleep2(2000); + sleep2(3000); npctalk l("Wellll... Nooo... Buttt... Yesss... I meannn..."), .@gak$; - sleep2(1000); - npctalk l("Stop giving excuses, I don't want to hear them!"), .@ali$; sleep2(2000); + npctalk l("Stop giving excuses, I don't want to hear them!"), .@ali$; + sleep2(3000); npctalk l("Alissssa..."), .@gak$; - sleep2(1000); - npctalk l("You idiot, did you really think I would be happy with you giving your life recklessy like that for me??"), .@ali$; sleep2(2000); + npctalk l("You idiot, did you really think I would be happy with you giving your life recklessy like that for me??"), .@ali$; + sleep2(3000); npctalk l("..."), .@gak$; - sleep2(1000); - npctalk l("Also, where did you even got that ugly blinking mask."), .@ali$; sleep2(2000); + npctalk l("Also, where did you even got that ugly blinking mask."), .@ali$; + sleep2(3000); npctalk l("You and me, we have a lot to talk."), .@ali$; - sleep2(2000); + sleep2(3000); npctalk l("Yes Alissssa..."), .@gak$; - sleep2(2000); + sleep2(3000); // Let Alissa direct to her final position npcwalkto(98, 41, .@ali$); if (X21TYPE() == IOT_PARTY) npctalk l("Thanksss %s. I may have now annn earful to listennn, buttt... I'm realllly thankfulll.", strcharinfo(1)), .@gak$; else npctalk l("Thanksss %s. I may have now annn earful to listennn, buttt... I'm realllly thankfulll.", strcharinfo(0)), .@gak$; - sleep2(3000); + sleep2(3500); npctalk l("Herrre, you cannn have ttthis %s which Eassster Bunny gave me.", b(l("Carrot"))), .@gak$; - sleep2(3000); + sleep2(500); setnpcdir(.@ali$, 0); // Fail-safe - npctalk l("He sssaid I could tttrade forrr a rare orrr evennn level up if I gave ittt to GM Santa..."), .@gak$; sleep2(3000); + npctalk l("He sssaid I could tttrade forrr a rare orrr evennn level up if I gave ittt to GM Santa..."), .@gak$; + sleep2(500); setnpcdir(.@ali$, 0); // Fail-safe npcsit(.@ali$); + sleep2(3000); npctalk l("But Alissssa isss worth wayyy morrre thannn thattt. You cannn have ittt."), .@gak$; sleep2(2000); if (X21TYPE() == IOT_PARTY) { -- cgit v1.2.3-60-g2f50