summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-12-02 01:26:39 +0100
committerReid <reidyaro@gmail.com>2014-12-02 01:26:39 +0100
commit3e3f2f405a9c58cb27ef51aa32f72e79f49768cd (patch)
tree298e9d0f00855a9d9b41682b5bb055bc458352b4 /npc/000-2-1
parente458c8094093eceb539644c376a861dd7f3730b2 (diff)
downloadserverdata-3e3f2f405a9c58cb27ef51aa32f72e79f49768cd.tar.gz
serverdata-3e3f2f405a9c58cb27ef51aa32f72e79f49768cd.tar.bz2
serverdata-3e3f2f405a9c58cb27ef51aa32f72e79f49768cd.tar.xz
serverdata-3e3f2f405a9c58cb27ef51aa32f72e79f49768cd.zip
Replace g(l("0"),l("1")) functions by lg("0","1") on every scripts.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/arpan.txt4
-rw-r--r--npc/000-2-1/chefgado.txt4
-rw-r--r--npc/000-2-1/dan.txt4
-rw-r--r--npc/000-2-1/peter.txt4
4 files changed, 8 insertions, 8 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 65df5b01..fa99342b 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -170,8 +170,8 @@ L_Where:
L_Julia:
mes "";
mesn;
- mesq g(l("She's on the upper level, yeye can't miss her. She's the only girl in this crew, oh well, except for you now yeyeye!"),
- l("She's on the upper level, yeye can't miss her. She's the only girl in this crew."));
+ mesq lg("She's on the upper level, yeye can't miss her. She's the only girl in this crew, oh well, except for you now yeyeye!",
+ "She's on the upper level, yeye can't miss her. She's the only girl in this crew.");
next;
mesn "Narrator";
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 88225dde..c6b8545c 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -111,8 +111,8 @@ L_QuestAccepted:
L_OpenCroconut:
mes "";
mesn;
- mesq g(l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed though, you're being such a weak girl in all.", getitemlink("Croconut")),
- l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed though, you're being such a weak boy in all.", getitemlink("Croconut")));
+ mesq lg("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed though, you're being such a weak girl in all.", getitemlink("Croconut"),
+ "Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed though, you're being such a weak boy in all.", getitemlink("Croconut"));
next;
mesq l("Now move!");
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index e40dddd6..4aef3f6f 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -50,8 +50,8 @@ L_QuestStory:
mes "";
mesn;
- mesq g(l("There's nothing to say, don't worry miss."),
- l("There's nothing to say, don't worry sir."));
+ mesq lg("There's nothing to say, don't worry miss.",
+ "There's nothing to say, don't worry sir.");
close;
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 0e380985..cd41f7fb 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -103,8 +103,8 @@ OnGiveTask:
setq ShipQuests_Peter, 6;
set .@peter, getq(ShipQuests_Peter);
mesn;
- mesq g(l("Hey, girl!"),
- l("Hey, man!"));
+ mesq lg("Hey, girl!",
+ "Hey, man!");
next;
mesq l("I need somebody who can rid the hold of the ship of these rattos. Can you help me?");
next;