summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
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-1/gugli.txt
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-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt4
1 files changed, 2 insertions, 2 deletions
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;