summaryrefslogtreecommitdiff
path: root/npc/001-2-4/terry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/terry.txt')
-rw-r--r--npc/001-2-4/terry.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt
new file mode 100644
index 00000000..ec13c53e
--- /dev/null
+++ b/npc/001-2-4/terry.txt
@@ -0,0 +1,15 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Librarian
+
+001-2-4,51,35,2 script Terry NPC_TERRY,{
+ mesn;
+ mesq l("Hi.");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}