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.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt
index 937b3ff0..b2eb141e 100644
--- a/npc/001-2-4/terry.txt
+++ b/npc/001-2-4/terry.txt
@@ -4,20 +4,13 @@
// Description:
// Librarian
-001-2-4,51,35,4 script Terry NPC_TERRY,{
+001-2-4,51,35,2 script Terry NPC_TERRY,{
mesn;
mesq l("Hi.");
- next;
- mesq l("");
- goto L_Quit;
+ close;
OnInit:
.sex = G_MALE;
.distance = 2;
- .dir = 2;
end;
-
-L_Quit:
- .dir = 2;
- close;
}