summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-07 23:01:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-07 23:01:15 -0300
commitba6d8687bb0ef03d053c813a402c0bb701218ccf (patch)
treeda996ad6be27c5f2996daac716fc02e1e54eb8a7
parentf2aa0e7dae2279087254b190dc73d7bd732d2e4c (diff)
downloadserverdata-ba6d8687bb0ef03d053c813a402c0bb701218ccf.tar.gz
serverdata-ba6d8687bb0ef03d053c813a402c0bb701218ccf.tar.bz2
serverdata-ba6d8687bb0ef03d053c813a402c0bb701218ccf.tar.xz
serverdata-ba6d8687bb0ef03d053c813a402c0bb701218ccf.zip
I am horrible doing Gak speech impediment. Help please D:
-rw-r--r--npc/080-1/final.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index b7ab1d52..30ed8a60 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -59,18 +59,18 @@ OnInit:
sleep2(150*11); // Presumed at 150ms/tile, let she get in player window
npctalk l("GAK!"), .@ali$;
sleep2(300);
- npctalk l("Alissa! You... You are alive!"), .@gak$;
+ npctalk l("Alissssa! You... You arrre alive!"), .@gak$;
sleep2(2000);
setnpcdir(.@ali$, 4); // Fail-safe
npctalk l("Of course I am alive, after you did that... That stupid thing! "), .@ali$;
sleep2(2000);
npctalk l("Did you forgot I can defend myself?!"), .@ali$;
sleep2(2000);
- npctalk l("Well... No... But... Yes... I mean..."), .@gak$;
+ 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("Alissa..."), .@gak$;
+ 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);
@@ -80,24 +80,24 @@ OnInit:
sleep2(2000);
npctalk l("You and me, we have a lot to talk."), .@ali$;
sleep2(2000);
- npctalk l("Yes Alissa..."), .@gak$;
+ npctalk l("Yes Alissssa..."), .@gak$;
sleep2(2000);
// Let Alissa direct to her final position
npcwalkto(98, 41, .@ali$);
if (X21TYPE() == IOT_PARTY)
- npctalk l("Thanks %s. I may have now an earful to listen, but... I'm really thankful.", strcharinfo(1)), .@gak$;
+ npctalk l("Thanksss %s. I may have now annn earful to listennn, buttt... I'm realllly thankfulll.", strcharinfo(1)), .@gak$;
else
- npctalk l("Thanks %s. I may have now an earful to listen, but... I'm really thankful.", strcharinfo(0)), .@gak$;
+ npctalk l("Thanksss %s. I may have now annn earful to listennn, buttt... I'm realllly thankfulll.", strcharinfo(0)), .@gak$;
sleep2(3000);
- npctalk l("Here, you can have this %s which Easter Bunny gave me.", b(l("Carrot"))), .@gak$;
+ npctalk l("Herrre, you cannn have ttthis %s which Eassster Bunny gave me.", b(l("Carrot"))), .@gak$;
sleep2(3000);
setnpcdir(.@ali$, 0); // Fail-safe
- npctalk l("He said I could trade for a rare or even level up if I gave it to GM Santa..."), .@gak$;
+ 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("But Alissa is worth way more than that. You can have it."), .@gak$;
+ npctalk l("But Alissssa isss worth wayyy morrre thannn thattt. You cannn have ittt."), .@gak$;
sleep2(2000);
if (X21TYPE() == IOT_PARTY) {
- npctalk l("%s, in the name of %s, you should take it.", strcharinfo(0), strcharinfo(1)), .@gak$;
+ npctalk l("%s, in ttthe name of %s, you ssshould tttake ittt.", strcharinfo(0), strcharinfo(1)), .@gak$;
sleep2(2000);
}