diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 9 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 3 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 5 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index ecae42f8..bc743c61 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -34,7 +34,8 @@ OnTouch: next; mesn "Raijin Voice"; - mesq g(l("You stupid, it's an english, look at her head form."), l("You stupid, it's an english, look at his head form.")); + mesq g(l("You stupid, it's an english, look at her head form."), + l("You stupid, it's an english, look at his head form.")); next; mesq l("Hey you! Do you hear us? Are you okay?"); next; @@ -53,9 +54,11 @@ OnTouch: setlang @lang; mesn; - mesq g(l("Oh, she's still alive!"), l("Oh, he's still alive!")); + mesq g(l("Oh, she's still alive!"), + l("Oh, he's still alive!")); next; - mesq g(l("This girl needs help, let's rescue her!"), l("This guy needs help, let's rescue him!")); + mesq g(l("This girl needs help, let's rescue her!"), + l("This guy needs help, let's rescue him!")); next; mesn "Narrator"; diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 6023c69b..3ff1e035 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -15,7 +15,8 @@ 000-2-0.gat,27,24,0,0 script Julia 304,2,10,{ mesn; - mesq g(l("Hello, girl!"), l("Hello, boy!")); + mesq g(l("Hello, girl!"), + l("Hello, boy!")); mesq l("What do you want today?"); set @s$, l("I don't want to change my language, sorry."); l_Menu: diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 357813bb..3c798529 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -44,7 +44,8 @@ if (BaseLevel < 5) goto OnTooWeak; mesn; - mesq g(l("Hey, girl!"), l("Hey, man!")); + mesq g(l("Hey, girl!"), + l("Hey, man!")); next; set @q, geta4(ShipQuests, ShipQuests_Peter); @@ -86,7 +87,7 @@ mesn; mesq l("I don't need your help right now, come back later."); if ($@RAT_SAILOR_HELPER$ == "") close; - mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me."); + mesq l("@@ is helping me.", $@RAT_SAILOR_HELPER$); close; OnTimer5000: diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index b8db0fbb..af761475 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -26,9 +26,9 @@ l_Menu: menu - g(l("I feel ok."), l("I feel ok.")), l_Ok, + lg("I feel ok."), l_Ok, l("Who is this Julia?"), l_Julia, - g(l("I'm sick, I'm going back to bed."), l("I'm sick, I'm going back to bed.")), -; + lg("I'm sick, I'm going back to bed."), -; mesn; mesq l("That's a good idea, go rest a bit and I'll see you tomorow!"); |