summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/q'onan.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
new file mode 100644
index 00000000..8dfead64
--- /dev/null
+++ b/npc/000-2-1/q'onan.txt
@@ -0,0 +1,22 @@
+// Evol scripts.
+// Authors:
+// Vasily_Makarov
+
+000-2-1.gat,43,38,0,1 script Q'Onan 302,{
+
+ mesn;
+
+ set @q, rand(2);
+ if (@q == 0) goto l_Zzz;
+ goto l_Snoring;
+
+l_Zzz:
+ mesq l("Zzzzzzzzzz");
+ close;
+
+l_Snoring:
+ mesq l("Rrrr pchhhh...");
+
+ close;
+
+}