From d7143f263c94bb70e67674d2243c765226e8fb12 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 18:47:17 +0300 Subject: Replace setnpcdistance to '.distance'. --- npc/001-2-4/doors.txt | 2 +- npc/001-2-4/terry.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-4') diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt index 1491549f..b84d00b5 100644 --- a/npc/001-2-4/doors.txt +++ b/npc/001-2-4/doors.txt @@ -28,6 +28,6 @@ OnTimer340: OnInit: .sex = G_MALE; - setnpcdistance 5; + .distance = 5; end; } diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt index 380f1339..7509246a 100644 --- a/npc/001-2-4/terry.txt +++ b/npc/001-2-4/terry.txt @@ -13,7 +13,7 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; setnpcdir 2; end; -- cgit v1.2.3-70-g09d2