summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorThibault Payet <monwarez@gmail.com>2017-10-21 18:38:09 +0200
committerThibault Payet <monwarez@gmail.com>2017-12-29 10:04:04 +0100
commit150d19a64aa2071172d530ffc50f694afb9108a5 (patch)
tree61cc156327ede3fc393c67d1b37a383578895a97 /npc/000-1
parent5972a4d968a0ae67d66cb07a3d7c8db93488d4c5 (diff)
downloadserverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.gz
serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.bz2
serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.xz
serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.zip
rename closedialog to closeclientdialog
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt6
-rw-r--r--npc/000-1/darlin.txt2
-rw-r--r--npc/000-1/fexil.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/silvio.txt4
-rw-r--r--npc/000-1/tarlan.txt2
10 files changed, 13 insertions, 13 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 0a37eb02..82aa4739 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -100,7 +100,7 @@ L_TaskDone:
close;
L_Quit:
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index df64b36b..fd90a83f 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -96,7 +96,7 @@ L_CallFunc:
rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), L_Bottom,
l("Nobody."), -;
- closedialog;
+ closeclientdialog;
close;
L_HowAreYou:
@@ -143,7 +143,7 @@ L_Top:
L_NoTask:
npctalk3 l("Just leave me alone.");
- closedialog;
+ closeclientdialog;
close;
L_TaskDone:
@@ -156,7 +156,7 @@ L_TaskDone:
L_Whyning:
npctalk3 l("Then leave me alone.");
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 1288ad83..e2a86d8a 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -139,7 +139,7 @@ L_DangerAround:
goto L_Quit;
L_Quit:
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
index de72aec2..fba4d817 100644
--- a/npc/000-1/fexil.txt
+++ b/npc/000-1/fexil.txt
@@ -24,7 +24,7 @@
close;
case 2:
- closedialog;
+ closeclientdialog;
shop "Bag#000-1";
close;
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index e9e0e0b0..dd2e6739 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -232,7 +232,7 @@ L_AllComplete:
goto L_Menu;
L_Quit:
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 7b277fdf..d6bac175 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -160,7 +160,7 @@ L_TaskDone:
close;
L_Quit:
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 74de7f8f..b50db974 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -77,7 +77,7 @@ L_CallFunc:
rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), L_Bottom,
l("Nobody."), -;
- closedialog;
+ closeclientdialog;
close;
L_Bottom:
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 276557cb..8420341b 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -122,7 +122,7 @@ L_TaskDone:
goodbye;
L_Quit:
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index 7cc3c32b..fd3c8c8b 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -166,14 +166,14 @@ L_Sailors:
l("See you."), L_Quit,
l("*Imitate a thunder's sound.*"), -;
- closedialog;
+ closeclientdialog;
npctalk3 l("Aaaaaahhhhhh!");
close;
L_Quit:
- closedialog;
+ closeclientdialog;
npctalk3 l("Give me a kiss before you say goodbye!");
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 57914478..f90883d6 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -22,7 +22,7 @@
l("Some food."), L_Food,
l("Nothing, just hanging around."), -;
- closedialog;
+ closeclientdialog;
npctalk3 l("Ok, see you then!");
goto L_Quit;