summaryrefslogtreecommitdiff
path: root/npc/000-2-0
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-2-0
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-2-0')
-rw-r--r--npc/000-2-0/billybons.txt2
-rw-r--r--npc/000-2-0/doors.txt2
-rw-r--r--npc/000-2-0/julia.txt5
3 files changed, 3 insertions, 6 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index 5a2439d3..00671f8b 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -72,7 +72,7 @@ l_Secret:
close;
l_Hic:
- npctalk3 "*hic*";
+ npctalk3 l("*Hic*");
close;
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index 0bf32e55..5dacbea9 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -49,7 +49,7 @@ l_GotoNard:
close;
l_End:
- npctalk3 "The door is locked.";
+ npctalk3 l("This door is locked.");
close;
}
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 240ded58..69383cd8 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -267,8 +267,5 @@ l_Rumors:
close;
l_Quit:
- npctalk3 "Bye!";
-
- closedialog;
- close;
+ callfunc "GoodBye";
}