summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-07-10 09:48:57 +0200
committerAlige <aligetmw@hotmail.fr>2013-07-10 09:52:41 +0200
commit88389c2cb20247d641417889d98fc7493d336463 (patch)
treedbf4fc99bcead42bd142a77e0915d83063037b42 /npc/000-1
parent0c6df6d490c4f0cfa027d5fe1a9998294b35bcb3 (diff)
downloadserverdata-88389c2cb20247d641417889d98fc7493d336463.tar.gz
serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.bz2
serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.xz
serverdata-88389c2cb20247d641417889d98fc7493d336463.zip
Updated npctalk strings and added an asleep script, doing basically the same thing as the goodbye script.
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/astapolos.txt4
-rw-r--r--npc/000-1/chest.txt2
-rw-r--r--npc/000-1/darlin.txt2
-rw-r--r--npc/000-1/silvio.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index ab677af9..7492a7e6 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -135,7 +135,7 @@ l_Top:
close;
l_NoTask:
- npctalk "Just leave me alone.";
+ npctalk3 l("Just leave me alone.");
closedialog;
close;
@@ -148,7 +148,7 @@ l_TaskDone:
close;
l_Whyning:
- npctalk3 "Then leave me alone.";
+ npctalk3 l("Then leave me alone.");
closedialog;
close;
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 1ae22bdb..06dfb3e4 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -30,7 +30,7 @@ l_Give:
set zeny, zeny + 100;
getitem "OldBook", 1;
- npctalk3 "You open the treasure chest.";
+ npctalk3 l("You open the treasure chest.");
l_Close:
setnpcdir 6;
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index a9ae6dd7..32d58413 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -125,7 +125,7 @@ l_GoDown:
l_Bye:
setcamnpc;
- npctalk3 "FINE, BYE!";
+ npctalk3 l("FINE, BYE!");
closedialog;
close;
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index dcd00bfb..a378d0c5 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -182,7 +182,7 @@ l_Sailors:
l_Quit:
closedialog;
- npctalk3 "Give me a kiss before you say goodbye!";
+ npctalk3 l("Give me a kiss before you say goodbye!");
close;
}