summaryrefslogtreecommitdiff
path: root/npc/000-2-1/q'onan.txt
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-1/q'onan.txt
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-1/q'onan.txt')
-rw-r--r--npc/000-2-1/q'onan.txt16
1 files changed, 3 insertions, 13 deletions
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index 8f5dbb032..a2bf4546a 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -1,22 +1,12 @@
// Evol scripts.
-// Author:
+// Authors:
+// Alige
// Vasily_Makarov
// Description:
// Sleeping and snoring NPC.
000-2-1.gat,53,38,0,1 script Q'Onan 302;2,{
- set @q, rand(2);
- if (@q == 0) goto l_Zzz;
-
- npctalk "Rrrr... Pchhhh...";
-
- close;
-
-l_Zzz:
-
- npctalk3 "Zzzzzzzzz";
-
- close;
+ callfunc "Asleep";
}