From 559b170d11451819a5e50bcb32d7a1fac1d13fa7 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 24 Dec 2015 03:50:24 +0100 Subject: Move Q'Anon to 001-2-39. --- npc/001-1/_import.txt | 2 -- npc/001-1/qanon.txt | 21 --------------------- npc/001-2-39/_import.txt | 1 + npc/001-2-39/qanon.txt | 21 +++++++++++++++++++++ 4 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 npc/001-1/qanon.txt create mode 100644 npc/001-2-39/qanon.txt (limited to 'npc') diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 59a7891c..a4b413b9 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -14,11 +14,9 @@ npc: npc/001-1/eugene.txt npc: npc/001-1/harbours.txt npc: npc/001-1/juscare.txt npc: npc/001-1/katja.txt -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 deleted file mode 100644 index 3d3f5010..00000000 --- a/npc/001-1/qanon.txt +++ /dev/null @@ -1,21 +0,0 @@ -// 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; -} - diff --git a/npc/001-2-39/_import.txt b/npc/001-2-39/_import.txt index 3401bbd1..4d5c17f2 100644 --- a/npc/001-2-39/_import.txt +++ b/npc/001-2-39/_import.txt @@ -1,3 +1,4 @@ // Map 001-2-39 npc: npc/001-2-39/_warps.txt +npc: npc/001-2-39/qanon.txt npc: npc/001-2-39/mapflags.txt diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt new file mode 100644 index 00000000..8db87332 --- /dev/null +++ b/npc/001-2-39/qanon.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Artis's Legion of Aemil leader. + +001-2-39,34,41,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; +} + -- cgit v1.2.3-70-g09d2