summaryrefslogtreecommitdiff
path: root/npc/001-2-6/christopher.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-6/christopher.txt')
-rw-r--r--npc/001-2-6/christopher.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-2-6/christopher.txt b/npc/001-2-6/christopher.txt
new file mode 100644
index 00000000..b90c2f79
--- /dev/null
+++ b/npc/001-2-6/christopher.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Librarian
+
+001-2-6,57,46,0 script Christopher NPC_CHRISTOPHER,{
+ speech 4,
+ l("Hi.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}