summaryrefslogtreecommitdiff
path: root/npc/000-2-0
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-09 22:44:59 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-09 23:14:58 +0300
commitde284d868059b5c65b752981a152ecf3460d11cc (patch)
tree00d41125f29f0e4fa338fb55dcb29aa821c23fd0 /npc/000-2-0
parentd8a21ae07b60151aa481e469e53ed6311f81fb68 (diff)
downloadserverdata-de284d868059b5c65b752981a152ecf3460d11cc.tar.gz
serverdata-de284d868059b5c65b752981a152ecf3460d11cc.tar.bz2
serverdata-de284d868059b5c65b752981a152ecf3460d11cc.tar.xz
serverdata-de284d868059b5c65b752981a152ecf3460d11cc.zip
Replace g(l(), l()) to lg()
Diffstat (limited to 'npc/000-2-0')
-rw-r--r--npc/000-2-0/billybons.txt4
-rw-r--r--npc/000-2-0/julia.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index af24f246..c5c3d9ab 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -16,7 +16,7 @@
mesn l("The sailor chugs his beer");
menu
- g(l("Excuse me? Do you know who I am?#0"), l("Excuse me? Do you know who I am?#1")), -;
+ lg("Excuse me? Do you know who I am?"), -;
mesn;
mesq l("Don't do do theee... *hick* with me eh!");
@@ -26,7 +26,7 @@
l("Alright, bye!"), -;
mesn;
- mesq g(l("NO and *hick* NO, you and you and your... *burp* stupi*hick* guild!#0"), l("NO and *hick* NO, you and you and your... *burp* stupi*hick* guild!#1"));
+ mesq lg("NO and *hick* NO, you and you and your... *burp* stupi*hick* guild!");
mesq l("You tried to get ride of me, eeh?? But suprise! I'm still here...*hick* Or there....");
next;
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index ae3ba837..6023c69b 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -20,7 +20,7 @@
set @s$, l("I don't want to change my language, sorry.");
l_Menu:
menu
- g(l("I made a mistake, I would like to change my language.#0"), l("I made a mistake, I would like to change my language.#1")), l_ChooseLang,
+ lg("I made a mistake, I would like to change my language."), l_ChooseLang,
l("Could you explain to me where I am?"), l_WhereIam,
l("What happened to me?"), l_What,
l("Nothing, sorry."), l_Close;