summaryrefslogtreecommitdiff
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
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.
-rw-r--r--npc/000-0-0/sailors.txt24
-rw-r--r--npc/000-0/sailors.txt12
-rw-r--r--npc/000-1/gugli.txt4
-rw-r--r--npc/000-1/sapartan.txt8
-rw-r--r--npc/000-1/silvio.txt32
-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
-rw-r--r--npc/000-2-3/nard.txt4
-rw-r--r--npc/000-2-3/sailors.txt16
11 files changed, 58 insertions, 58 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 38858116..72acaef0 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -11,8 +11,8 @@
OnTalk:
setcamnpc;
mesn "Elmo";
- mesq g(l("This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?"),
- l("This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?"));
+ mesq lg("This girl is lucky we found her before a shark did. I have no idea where she comes from. By the way, did you see the logo on her raft?",
+ "This guy is lucky we found him before a shark did. I have no idea where he comes from. By the way, did you see the logo on his raft?");
next;
mesn "Magic Arpan";
@@ -24,8 +24,8 @@ OnTalk:
next;
mesn "Magic Arpan";
- mesq g(l("Maybe she was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!"),
- l("Maybe he was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!"));
+ mesq lg("Maybe she was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!",
+ "Maybe he was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!");
next;
mesn "Elmo";
@@ -37,8 +37,8 @@ OnTalk:
next;
mesn "Elmo";
- mesq g(l("Alright, I'm going to her room, keep an eye on her, we still don't know if she's a friend or a foe..."),
- l("Alright, I'm going to his room, keep an eye on him, we still don't know if he's a friend or a foe..."));
+ mesq lg("Alright, I'm going to her room, keep an eye on her, we still don't know if she's a friend or a foe...",
+ "Alright, I'm going to his room, keep an eye on him, we still don't know if he's a friend or a foe...");
next;
mesn "Magic Arpan";
@@ -46,8 +46,8 @@ OnTalk:
next;
mesn "Elmo";
- mesq g(l("Oh, and give her some clothes, the poor girl, the ones she had were in even worse condition than the ones we have!"),
- l("Oh, and give him some clothes, the poor guy, the ones he had were in even worse condition than the ones we have!"));
+ mesq lg("Oh, and give her some clothes, the poor girl, the ones she had were in even worse condition than the ones we have!",
+ "Oh, and give him some clothes, the poor guy, the ones he had were in even worse condition than the ones we have!");
next;
mesn "Magic Arpan";
@@ -59,13 +59,13 @@ OnTalk:
next;
mesn "Magic Arpan";
- mesq g(l("I'll give her everything she needs, don't worry."),
- l("I'll give him everything he needs, don't worry."));
+ mesq lg("I'll give her everything she needs, don't worry.",
+ "I'll give him everything he needs, don't worry.");
next;
mesn "Elmo";
- mesq g(l("Ok, I think she's waking up, go see her."),
- l("Ok, I think he's waking up, go see him."));
+ mesq lg("Ok, I think she's waking up, go see her.",
+ "Ok, I think he's waking up, go see him.");
next;
restorecam;
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index ef3683df..22196aa8 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -43,8 +43,8 @@ OnTouch:
setcamnpc;
mesn "Raijin Voice";
- mesq g(l("You stupid, she's english, look at the shape of her head."),
- l("You stupid, he's english, look at the shape of his head."));
+ mesq lg("You stupid, she's english, look at the shape of her head.",
+ "You stupid, he's english, look at the shape of his head.");
next;
mesq l("Hey you! Can you hear us? Are you okay?");
next;
@@ -69,12 +69,12 @@ OnTouch:
setcamnpc;
mes "";
mesn;
- mesq g(l("Oh, she's still alive!"),
- l("Oh, he's still alive!"));
+ mesq lg("Oh, she's still alive!",
+ "Oh, he's still alive!");
next;
setcamnpc "Sailors", 144, -80;
- mesq g(l("This girl needs help, we need to rescue her!"),
- l("This guy needs help, we need to rescue him!"));
+ mesq lg("This girl needs help, we need to rescue her!",
+ "This guy needs help, we need to rescue him!");
next;
restorecam;
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index aec14e5a..f068455c 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -217,8 +217,8 @@ L_TaskCompleted:
L_AllComplete:
mesq l("Elmo told me what Nard said, congrats!");
next;
- mesq g(l("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!"),
- l("You're one of us now, that's great! I was sure that you were a good man when I first saw you!"));
+ mesq lg("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!",
+ "You're one of us now, that's great! I was sure that you were a good man when I first saw you!");
next;
goto L_Menu;
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 652e268d..693cd48e 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -19,8 +19,8 @@
restorecam;
mesn;
- mesq g(l("True but now she seems pretty fine! Am I right?"),
- l("True but now he seems pretty fine! Am I right?"));
+ mesq lg("True but now she seems pretty fine! Am I right?",
+ "True but now he seems pretty fine! Am I right?");
next;
menu
@@ -42,8 +42,8 @@
mesn "Max";
mesq lg("Come on, Sap! You are scaring our guest with your stories.");
next;
- mesq g(l("I'm sure she will soon be able to fight all of the creatures living here without any problem."),
- l("I'm sure he will soon be able to fight all of the creatures living here without any problem."));
+ mesq lg("I'm sure she will soon be able to fight all of the creatures living here without any problem.",
+ "I'm sure he will soon be able to fight all of the creatures living here without any problem.");
next;
restorecam;
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index 162cc220..78f17c1f 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -9,8 +9,8 @@
mesn;
mesq l("Hey!");
next;
- mesq g(l("How are you doing, cutie?"),
- l("How are you doing, dude?"));
+ mesq lg("How are you doing, cutie?",
+ "How are you doing, dude?");
next;
menu
@@ -20,23 +20,23 @@
mes "";
mesn;
- mesq g(l("Hehe, no. But I'm sure a fox like you would love to meet a catch like me!"),
- l("Hehe, no. But I'm sure a noob like you would like to meet an idol like me."));
+ mesq lg("Hehe, no. But I'm sure a fox like you would love to meet a catch like me!",
+ "Hehe, no. But I'm sure a noob like you would like to meet an idol like me.");
next;
- mesq g(l("So, which good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats on Artis?"),
- l("So, which good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitress' at Artis?"));
+ mesq lg("So, which good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats on Artis?",
+ "So, which good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitress' at Artis?");
next;
menu
- g(l("You're right, it's about you."),
- l("You're right, it's about Julia.")), L_Julia,
+ lg("You're right, it's about you.",
+ "You're right, it's about Julia."), L_Julia,
l("What is Artis?"), L_Artis,
l("None of them?"), -;
mes "";
mesn;
- mesq g(l("My beauty, I was not always a sailor, you know, I was once an important individual!"),
- l("My friend, I was not always a sailor, you know, I was once an important individual!"));
+ mesq lg("My beauty, I was not always a sailor, you know, I was once an important individual!",
+ "My friend, I was not always a sailor, you know, I was once an important individual!");
next;
mesq l("Before...");
next;
@@ -95,16 +95,16 @@ L_VeryImportantNoob:
restorecam;
mesn;
- mesq g(l("Duty calls me, *hic*, see you later honey."),
- l("Duty calls me, *hic*, see you later dude."));
+ mesq lg("Duty calls me, *hic*, see you later honey.",
+ "Duty calls me, *hic*, see you later dude.");
close;
L_Julia:
mes "";
mesn;
- mesq g(l("You honor me, my beauty, but I'm already taken by Julia!"),
- l("Not to kill your dream, but... Julia is mine!"));
+ mesq lg("You honor me, my beauty, but I'm already taken by Julia!",
+ "Not to kill your dream, but... Julia is mine!");
next;
mesq l("She said she will accept me when pious will have teeth. It's just a matter of time, you see?");
next;
@@ -153,8 +153,8 @@ L_Sailors:
setcamnpc "Gugli";
mes "";
mesn "Gugli";
- mesq g(l("Don't bother her Silvio, or I'll have to tell her that you cry like a baby when you hear the thunder in the night."),
- l("Don't bother him Silvio, or I'll have to tell him that you cry like a baby when you hear the thunder in the night."));
+ mesq lg("Don't bother her Silvio, or I'll have to tell her that you cry like a baby when you hear the thunder in the night.",
+ "Don't bother him Silvio, or I'll have to tell him that you cry like a baby when you hear the thunder in the night.");
next;
restorecam;
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;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index ba82a990..e5106df4 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -77,8 +77,8 @@ L_MenuQuest:
mesn;
mesq l("Oh! I like that sort of answer!");
next;
- mesq g(l("We need manpower on the island... Oh forgive me, women are also welcome, of course."),
- l("We need manpower on the island."));
+ mesq lg("We need manpower on the island... Oh forgive me, women are also welcome, of course.",
+ "We need manpower on the island.");
next;
goto L_NeedContent;
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
index ea7f2ba4..95e688a2 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -14,14 +14,14 @@ OnTouch:
setcamnpc "Elmo";
mesn "Elmo";
- mesq g(l("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft."),
- l("So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft."));
+ mesq lg("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft.",
+ "So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft.");
next;
setcamnpc "Nard";
mesn "Captain Nard";
- mesq g(l("I see. Warn the other sailors about this. But if she's part of the Warrior Guild, then she's also our freind and ally."),
- l("I see. Warn the other sailors about this. But if he's part of the Warrior Guild, then he's also our freind and ally."));
+ mesq lg("I see. Warn the other sailors about this. But if she's part of the Warrior Guild, then she's also our freind and ally.",
+ "I see. Warn the other sailors about this. But if he's part of the Warrior Guild, then he's also our freind and ally.");
next;
setcamnpc "Elmo";
@@ -35,12 +35,12 @@ OnTouch:
setcamnpc "Nard";
mesn "Captain Nard";
- mesq g(l("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her."),
- l("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him."));
+ mesq lg("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her.",
+ "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him.");
next;
- mesq g(l("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet."),
- l("But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet."));
+ mesq lg("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet.",
+ "But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet.");
next;
setcamnpc "Elmo";