summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-11-15 00:11:59 +0100
committerReid <reidyaro@gmail.com>2015-11-15 00:11:59 +0100
commit79e10333970334fb3a79e184a094d0c80bed6692 (patch)
tree46658cc8f4adc4588833db08cbbe71075aadffe3 /npc
parentdc0dfca95d77d59bc23962324ea3557353136738 (diff)
downloadserverdata-79e10333970334fb3a79e184a094d0c80bed6692.tar.gz
serverdata-79e10333970334fb3a79e184a094d0c80bed6692.tar.bz2
serverdata-79e10333970334fb3a79e184a094d0c80bed6692.tar.xz
serverdata-79e10333970334fb3a79e184a094d0c80bed6692.zip
Add Q'Anon script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/qanon.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 5d509830..59a7891c 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -18,6 +18,7 @@ npc: npc/001-1/lozerk.txt
npc: npc/001-1/merlin.txt
npc: npc/001-1/nalkri.txt
npc: npc/001-1/panels.txt
+npc: npc/001-1/qanon.txt
npc: npc/001-1/qonan.txt
npc: npc/001-1/taree.txt
npc: npc/001-1/treeleaf.txt
diff --git a/npc/001-1/qanon.txt b/npc/001-1/qanon.txt
new file mode 100644
index 00000000..3d3f5010
--- /dev/null
+++ b/npc/001-1/qanon.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Artis's Legion of Aemil leader.
+
+001-1,51,46,0 script Q'Anon NPC_Q_ANON,{
+ mesn;
+ mesq l("It's been a while boy.");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+