From 9503652425856abf3577982d94b17807722710b9 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 16 Mar 2016 22:56:05 +0100 Subject: Add empty christopher NPC on the library. --- npc/001-2-6/_import.txt | 1 + npc/001-2-6/christopher.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/001-2-6/christopher.txt (limited to 'npc') diff --git a/npc/001-2-6/_import.txt b/npc/001-2-6/_import.txt index 8659bad5..9b6ba85e 100644 --- a/npc/001-2-6/_import.txt +++ b/npc/001-2-6/_import.txt @@ -2,4 +2,5 @@ npc: npc/001-2-6/mapflags.txt 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 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; +} -- cgit v1.2.3-70-g09d2