summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-07-10 22:23:00 +0100
committerReid Yaro <reidyaro@gmail.com>2013-07-10 22:23:00 +0100
commit6b7e21971de41ad3127693c62386a1fdda6b193f (patch)
tree12e03da3ff1470ad6361040b31b3c1cabac88400
parentca43eb1e22ad9ffffe972ebc581b41be000e3cee (diff)
downloadclientdata-6b7e21971de41ad3127693c62386a1fdda6b193f.tar.gz
clientdata-6b7e21971de41ad3127693c62386a1fdda6b193f.tar.bz2
clientdata-6b7e21971de41ad3127693c62386a1fdda6b193f.tar.xz
clientdata-6b7e21971de41ad3127693c62386a1fdda6b193f.zip
Correct bug with the asleep function.beta3.0.1
-rw-r--r--npc/000-2-1/devis.txt1
-rw-r--r--npc/000-2-1/q'onan.txt1
-rw-r--r--npc/scripts.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index 3e782cf8..f4e47c69 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -9,5 +9,6 @@
000-2-1.gat,32,38,0,1 script Devis 310;2,{
callfunc "Asleep";
+ close;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index a2bf4546..5df6bffa 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -8,5 +8,6 @@
000-2-1.gat,53,38,0,1 script Q'Onan 302;2,{
callfunc "Asleep";
+ close;
}
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 5404a413..6d4644ff 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -8,6 +8,7 @@ npc: npc/items/croconut.txt
npc: npc/items/oldbook.txt
// Script functions
+npc: npc/functions/asleep.txt
npc: npc/functions/clientversion.txt
npc: npc/functions/inventoryplace.txt
npc: npc/functions/goodbye.txt