summaryrefslogtreecommitdiff
path: root/npc/001-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/001-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/001-1')
-rw-r--r--npc/001-1/artaxe.txt2
-rw-r--r--npc/001-1/calypsan.txt4
-rw-r--r--npc/001-1/chelios.txt2
-rw-r--r--npc/001-1/cookiemaster.txt4
-rw-r--r--npc/001-1/doors.txt2
-rw-r--r--npc/001-1/enora.txt10
-rw-r--r--npc/001-1/fexil.txt6
-rw-r--r--npc/001-1/lucas.txt2
-rw-r--r--npc/001-1/panels.txt6
-rw-r--r--npc/001-1/qonan.txt2
-rw-r--r--npc/001-1/qpid.txt4
-rw-r--r--npc/001-1/salem.txt6
12 files changed, 25 insertions, 25 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt
index 9f8e02f2..79cac06a 100644
--- a/npc/001-1/artaxe.txt
+++ b/npc/001-1/artaxe.txt
@@ -9,7 +9,7 @@
l("Sorry buddy, you can't pass by this way, we're moving some furniture."),
l("Come back later!");
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt
index 7f3d6a0a..c8b5b8bb 100644
--- a/npc/001-1/calypsan.txt
+++ b/npc/001-1/calypsan.txt
@@ -36,7 +36,7 @@
speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("For what kind of tissue?");
.@tissue_type = select(l("Cotton"), l("Cashmere"));
- closedialog;
+ closeclientdialog;
switch (.@tissue_type)
{
case 1:
@@ -93,7 +93,7 @@
}
} while (@menu != 5);
- closedialog;
+ closeclientdialog;
goodbye;
close;
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
index 2846f864..b0151ea2 100644
--- a/npc/001-1/chelios.txt
+++ b/npc/001-1/chelios.txt
@@ -105,7 +105,7 @@
}
} while (@menu != 5);
- closedialog;
+ closeclientdialog;
goodbye;
close;
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 77f95baa..f04a4797 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -205,7 +205,7 @@ L_Control:
next;
L_Kick:
- closedialog;
+ closeclientdialog;
npctalk3 l("No cookie for you!");
warp "001-1", 39, 41;
@@ -245,7 +245,7 @@ L_LostCookie:
npctalk3 l("You receive a @@!", getitemlink(DeliciousCookie));
L_Bye:
- closedialog;
+ closeclientdialog;
npctalk3 l("See you later!");
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt
index 31ca2b7d..67936b4b 100644
--- a/npc/001-1/doors.txt
+++ b/npc/001-1/doors.txt
@@ -20,7 +20,7 @@ OnTouch:
warp "001-2-33", 34, 46;
}
- closedialog;
+ closeclientdialog;
close;
OnUnTouch:
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index fea6d6e7..45e6e551 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -157,7 +157,7 @@
setq ArtisQuests_Enora, 1;
- closedialog;
+ closeclientdialog;
goodbye;
close;
}
@@ -201,7 +201,7 @@
setq ArtisQuests_Enora, 5;
enora_reward(60, 100);
- closedialog;
+ closeclientdialog;
npctalk3 l("Thank you very much!");
close;
}
@@ -238,7 +238,7 @@
setq ArtisQuests_Enora, 7;
enora_reward(40, 125);
- closedialog;
+ closeclientdialog;
npctalk3 l("Thank you very much!");
close;
}
@@ -281,7 +281,7 @@
break;
}
- closedialog;
+ closeclientdialog;
npctalk3 l("Thank you very much!");
close;
}
@@ -430,7 +430,7 @@
}
} while (@menu != 12);
- closedialog;
+ closeclientdialog;
goodbye;
close;
diff --git a/npc/001-1/fexil.txt b/npc/001-1/fexil.txt
index 55d87bc4..2ea78091 100644
--- a/npc/001-1/fexil.txt
+++ b/npc/001-1/fexil.txt
@@ -69,7 +69,7 @@
setq ArtisQuests_Fexil, 2;
fexil_quest;
- closedialog;
+ closeclientdialog;
goodbye;
close;
}
@@ -85,7 +85,7 @@
switch (@menu)
{
case 1:
- closedialog;
+ closeclientdialog;
shop "Bag#001-1";
close;
@@ -133,7 +133,7 @@
break;
}
- closedialog;
+ closeclientdialog;
goodbye;
close;
diff --git a/npc/001-1/lucas.txt b/npc/001-1/lucas.txt
index 4058d72e..beaba179 100644
--- a/npc/001-1/lucas.txt
+++ b/npc/001-1/lucas.txt
@@ -8,7 +8,7 @@
villagertalk();
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/001-1/panels.txt b/npc/001-1/panels.txt
index a82fbabd..19d1fb11 100644
--- a/npc/001-1/panels.txt
+++ b/npc/001-1/panels.txt
@@ -13,7 +13,7 @@
mesq l("You've reached the highest natural place of Artis, enjoy the view.");
next;
- closedialog;
+ closeclientdialog;
close;
OnInit:
@@ -30,7 +30,7 @@ OnInit:
mesq l("The other part of this sign has been crushed by a rock.");
next;
- closedialog;
+ closeclientdialog;
close;
OnInit:
@@ -47,7 +47,7 @@ OnInit:
narrator S_LAST_NEXT,
l("Somebody tried to stroke the word \"fish\" and tried to replace it with \"sharkes\".");
- closedialog;
+ closeclientdialog;
close;
OnInit:
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt
index fe255799..48b0c3f8 100644
--- a/npc/001-1/qonan.txt
+++ b/npc/001-1/qonan.txt
@@ -28,7 +28,7 @@
case 2:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("No problem, see you next time.");
- closedialog;
+ closeclientdialog;
close;
}
diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt
index d4194ddd..aab0ad84 100644
--- a/npc/001-1/qpid.txt
+++ b/npc/001-1/qpid.txt
@@ -141,7 +141,7 @@
enora_quest;
break;
case 2:
- closedialog;
+ closeclientdialog;
shop "Store#Potion001-1";
close;
case 3:
@@ -159,7 +159,7 @@
}
} while (@menu != 6);
- closedialog;
+ closeclientdialog;
goodbye;
close;
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt
index b80cb76e..cb6dfb69 100644
--- a/npc/001-1/salem.txt
+++ b/npc/001-1/salem.txt
@@ -121,7 +121,7 @@ L_SalemMenuShop:
goto L_AboutPious;
break;
case 2:
- closedialog;
+ closeclientdialog;
shop "Store#General001-1";
close;
case 3:
@@ -140,7 +140,7 @@ L_SalemMenuShop:
break;
}
- closedialog;
+ closeclientdialog;
goodbye;
close;
@@ -183,7 +183,7 @@ L_AboutPious:
case 3:
BuyPiou @ArtisQuests_PiouPrice;
}
- closedialog;
+ closeclientdialog;
goodbye;
close;