From 7c6c2416bc152de0758d7441a373e260b40c4d5b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 19:06:59 +0300 Subject: Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'. --- npc/001-2-4/terry.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-4') diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt index 7509246a..feaa0dfa 100644 --- a/npc/001-2-4/terry.txt +++ b/npc/001-2-4/terry.txt @@ -14,10 +14,10 @@ OnInit: .sex = G_MALE; .distance = 2; - setnpcdir 2; + .dir = 2; end; L_Quit: - setnpcdir 2; + .dir = 2; close; } -- cgit v1.2.3-70-g09d2