summaryrefslogtreecommitdiff
path: root/npc/000-0
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-0
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-0')
-rw-r--r--npc/000-0/sailors.txt12
1 files changed, 6 insertions, 6 deletions
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;