summaryrefslogtreecommitdiff
path: root/npc/008-1/auldsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/auldsbel.txt')
-rw-r--r--npc/008-1/auldsbel.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt
new file mode 100644
index 00000000..cf4cd16e
--- /dev/null
+++ b/npc/008-1/auldsbel.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Auldsbel the Magician.
+// THIS IS A PLACEHOLDER!
+
+008-1,119,114,0 script Auldsbel#008-1 NPC_WIZARD,{
+ speech
+ l("Hello."),
+ l("Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed."),
+ lg("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}