summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-26 00:44:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-26 00:44:04 +0300
commite7863ec2131c88e37715dfa790443af0e58eefb6 (patch)
treef41e12f343cd28d30dfe7261c880af0f87776c9b
parent2f2795d86fcd2e1fd59b6470f29107294b16941e (diff)
downloadserverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.gz
serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.bz2
serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.xz
serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.zip
update lg functions usage formatting.
-rw-r--r--npc/000-0-0/sailors.txt18
-rw-r--r--npc/000-0/sailors.txt9
-rw-r--r--npc/000-1/gugli.txt3
-rw-r--r--npc/000-1/sapartan.txt6
-rw-r--r--npc/000-1/silvio.txt24
-rw-r--r--npc/000-2-1/arpan.txt3
-rw-r--r--npc/000-2-1/chefgado.txt3
-rw-r--r--npc/000-2-1/dan.txt3
-rw-r--r--npc/000-2-1/peter.txt3
-rw-r--r--npc/000-2-3/nard.txt3
-rw-r--r--npc/000-2-3/sailors.txt12
11 files changed, 29 insertions, 58 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 72acaef07..f1461c7e0 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -11,8 +11,7 @@
OnTalk:
setcamnpc;
mesn "Elmo";
- 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?");
+ 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 +23,7 @@ OnTalk:
next;
mesn "Magic Arpan";
- 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!");
+ 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 +35,7 @@ OnTalk:
next;
mesn "Elmo";
- 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...");
+ 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 +43,7 @@ OnTalk:
next;
mesn "Elmo";
- 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!");
+ 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 +55,11 @@ OnTalk:
next;
mesn "Magic Arpan";
- mesq lg("I'll give her everything she needs, don't worry.",
- "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 lg("Ok, I think she's waking up, go see her.",
- "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 42856eb63..5337b999e 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -43,8 +43,7 @@ OnTouch:
setcamnpc;
mesn "Raijin Voice";
- 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.");
+ 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 +68,10 @@ OnTouch:
setcamnpc;
mes "";
mesn;
- mesq lg("Oh, she's still alive!",
- "Oh, he's still alive!");
+ mesq lg("Oh, she's still alive!", "Oh, he's still alive!");
next;
setcamnpc "Sailors", 144, -80;
- mesq lg("This girl needs help, we need to rescue her!",
- "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 02379d1a5..bf258087d 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -217,8 +217,7 @@ L_TaskCompleted:
L_AllComplete:
mesq l("Elmo told me what Nard said, congrats!");
next;
- 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!");
+ 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 60dee6dc2..b19cfacf5 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -19,8 +19,7 @@
restorecam;
mesn;
- mesq lg("True but now she seems pretty fine! Am I right?",
- "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 +41,7 @@
mesn "Max";
mesq lg("Come on, Sap! You are scaring our guest with your stories.");
next;
- 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.");
+ 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 ddce00fcb..537c7e658 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -9,8 +9,7 @@
mesn;
mesq l("Hey!");
next;
- mesq lg("How are you doing, cutie?",
- "How are you doing, dude?");
+ mesq lg("How are you doing, cutie?", "How are you doing, dude?");
next;
menu
@@ -20,23 +19,19 @@
mes "";
mesn;
- 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.");
+ 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 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?");
+ 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
- lg("You're right, it's about you.",
- "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 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!");
+ 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 +90,14 @@ L_VeryImportantNoob:
restorecam;
mesn;
- mesq lg("Duty calls me, *hic*, see you later honey.",
- "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 lg("You honor me, my beauty, but I'm already taken by Julia!",
- "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 +146,7 @@ L_Sailors:
setcamnpc "Gugli";
mes "";
mesn "Gugli";
- 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.");
+ 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 358207044..1548bdb03 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -170,8 +170,7 @@ L_Where:
L_Julia:
mes "";
mesn;
- 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.");
+ 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 e5fc8ea91..ed9c87d8f 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -111,8 +111,7 @@ L_QuestAccepted:
L_OpenCroconut:
mes "";
mesn;
- 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"));
+ 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 f9d52fd29..dc2da2c4e 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -50,8 +50,7 @@ L_QuestStory:
mes "";
mesn;
- mesq lg("There's nothing to say, don't worry miss.",
- "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 11da7fdf1..17021ad81 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -103,8 +103,7 @@ OnGiveTask:
setq ShipQuests_Peter, 6;
.@peter = getq(ShipQuests_Peter);
mesn;
- mesq lg("Hey, girl!",
- "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 483f4ff55..fe54984f4 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -77,8 +77,7 @@ L_MenuQuest:
mesn;
mesq l("Oh! I like that sort of answer!");
next;
- mesq lg("We need manpower on the island... Oh forgive me, women are also welcome, of course.",
- "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 95e688a29..e1208b5db 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -14,14 +14,12 @@ OnTouch:
setcamnpc "Elmo";
mesn "Elmo";
- 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.");
+ 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 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.");
+ 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 +33,10 @@ OnTouch:
setcamnpc "Nard";
mesn "Captain Nard";
- 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.");
+ 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 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.");
+ 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";