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-22/alige.txt | 2 +- npc/001-2-22/chefgado.txt | 2 +- npc/001-2-22/chest.txt | 2 +- npc/001-2-22/knife.txt | 2 +- npc/001-2-22/peter.txt | 2 +- npc/001-2-22/savepoint.txt | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/001-2-22') diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt index 82458e32..786dce5f 100644 --- a/npc/001-2-22/alige.txt +++ b/npc/001-2-22/alige.txt @@ -305,6 +305,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt index 3df2475e..b20e24e4 100644 --- a/npc/001-2-22/chefgado.txt +++ b/npc/001-2-22/chefgado.txt @@ -18,6 +18,6 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/001-2-22/chest.txt b/npc/001-2-22/chest.txt index bd5a0049..4ee4ae44 100644 --- a/npc/001-2-22/chest.txt +++ b/npc/001-2-22/chest.txt @@ -25,6 +25,6 @@ L_Quit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/001-2-22/knife.txt b/npc/001-2-22/knife.txt index 748d90b5..2caf7081 100644 --- a/npc/001-2-22/knife.txt +++ b/npc/001-2-22/knife.txt @@ -44,6 +44,6 @@ L_Give: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt index c114652a..a71c7df3 100644 --- a/npc/001-2-22/peter.txt +++ b/npc/001-2-22/peter.txt @@ -330,6 +330,6 @@ OnNoGoodTick: OnInit: .sex = G_MALE; - setnpcdistance 3; + .distance = 3; end; } diff --git a/npc/001-2-22/savepoint.txt b/npc/001-2-22/savepoint.txt index 2fe83388..e2bd16b3 100644 --- a/npc/001-2-22/savepoint.txt +++ b/npc/001-2-22/savepoint.txt @@ -9,7 +9,7 @@ close; OnInit: - setnpcdistance 2; + .distance = 2; end; } @@ -18,7 +18,7 @@ OnInit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } @@ -27,7 +27,7 @@ OnInit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } @@ -36,6 +36,6 @@ OnInit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } -- cgit v1.2.3-70-g09d2