summaryrefslogtreecommitdiff
path: root/npc/001-2-39/qanon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-39/qanon.txt')
-rw-r--r--npc/001-2-39/qanon.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt
new file mode 100644
index 000000000..150362c92
--- /dev/null
+++ b/npc/001-2-39/qanon.txt
@@ -0,0 +1,22 @@
+// Evol scripts.
+// Authors:
+// Alige
+// Reid
+// Description:
+// Artis's Legion of Aemil leader.
+
+001-2-39,34,41,0 script Q'Anon NPC_Q_ANON,{
+ mesn;
+ mesq lg("It's been a while, girl!", "It's been a while, boy!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+