summaryrefslogtreecommitdiff
path: root/npc/000-2-1/q'onan.txt
diff options
context:
space:
mode:
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";
}