diff options
Diffstat (limited to 'npc/001-2-39/qanon.txt')
-rw-r--r-- | npc/001-2-39/qanon.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt deleted file mode 100644 index 150362c92..000000000 --- a/npc/001-2-39/qanon.txt +++ /dev/null @@ -1,22 +0,0 @@ -// 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; -} - |