summaryrefslogtreecommitdiff
path: root/npc/001-2-6
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-6')
-rw-r--r--npc/001-2-6/_import.txt1
-rw-r--r--npc/001-2-6/leonard.txt17
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/001-2-6/_import.txt b/npc/001-2-6/_import.txt
index 9b6ba85e..49b40c2a 100644
--- a/npc/001-2-6/_import.txt
+++ b/npc/001-2-6/_import.txt
@@ -4,3 +4,4 @@ npc: npc/001-2-6/_warps.txt
npc: npc/001-2-6/books.txt
npc: npc/001-2-6/christopher.txt
npc: npc/001-2-6/dolfina.txt
+npc: npc/001-2-6/leonard.txt
diff --git a/npc/001-2-6/leonard.txt b/npc/001-2-6/leonard.txt
new file mode 100644
index 00000000..4ae64bf9
--- /dev/null
+++ b/npc/001-2-6/leonard.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Librarian
+
+001-2-6,52,28,0 script Leonard NPC_LEONARD,{
+ speech 4,
+ l("Hi.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}