From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/001-2-4/terry.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc/001-2-4/terry.txt (limited to 'npc/001-2-4/terry.txt') diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt new file mode 100644 index 000000000..937b3ff08 --- /dev/null +++ b/npc/001-2-4/terry.txt @@ -0,0 +1,23 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Librarian + +001-2-4,51,35,4 script Terry NPC_TERRY,{ + mesn; + mesq l("Hi."); + next; + mesq l(""); + goto L_Quit; + +OnInit: + .sex = G_MALE; + .distance = 2; + .dir = 2; + end; + +L_Quit: + .dir = 2; + close; +} -- cgit v1.2.3-60-g2f50