From 2d945f268a10c710067cac8992840c15b06e6824 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 17 Mar 2016 00:34:08 +0100 Subject: Add empty robin NPC on the library. --- npc/001-2-4/_import.txt | 1 + npc/001-2-4/robin.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/001-2-4/robin.txt (limited to 'npc') diff --git a/npc/001-2-4/_import.txt b/npc/001-2-4/_import.txt index dff292a0..19db478e 100644 --- a/npc/001-2-4/_import.txt +++ b/npc/001-2-4/_import.txt @@ -1,4 +1,5 @@ npc: npc/001-2-4/mapflags.txt npc: npc/001-2-4/_warps.txt npc: npc/001-2-4/doors.txt +npc: npc/001-2-4/robin.txt npc: npc/001-2-4/terry.txt diff --git a/npc/001-2-4/robin.txt b/npc/001-2-4/robin.txt new file mode 100644 index 00000000..06930fdf --- /dev/null +++ b/npc/001-2-4/robin.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Librarian + +001-2-4,27,33,0 script Robin NPC_ROBIN,{ + speech 4, + l("Hi."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-70-g09d2