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/000-1/ale.txt | 2 +- npc/000-1/astapolos.txt | 2 +- npc/000-1/chest.txt | 2 +- npc/000-1/couwan.txt | 2 +- npc/000-1/darlin.txt | 2 +- npc/000-1/fexil.txt | 2 +- npc/000-1/gugli.txt | 2 +- npc/000-1/gulukan.txt | 2 +- npc/000-1/jalad.txt | 2 +- npc/000-1/lean.txt | 2 +- npc/000-1/max.txt | 2 +- npc/000-1/muller.txt | 2 +- npc/000-1/panels.txt | 4 ++-- npc/000-1/sapartan.txt | 2 +- npc/000-1/shop.txt | 2 +- npc/000-1/silvio.txt | 2 +- npc/000-1/tarlan.txt | 2 +- npc/000-1/tibbo.txt | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) (limited to 'npc/000-1') diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index 14fb5a06b..b8c18458c 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -113,6 +113,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index b7ff343a2..d2d446ede 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -156,6 +156,6 @@ L_Whyning: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index eb1be9b01..c11180f6a 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -42,6 +42,6 @@ OnTimer160: end; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 2d18305da..82e69c8a5 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -90,6 +90,6 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 1a4657f71..e66cee9e1 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -144,6 +144,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 14; + .distance = 14; end; } diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index f06f82dd9..e3c12eef4 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -39,6 +39,6 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d83305031..5afbac732 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -225,7 +225,7 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 814c08d5e..315c740db 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -162,6 +162,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 0ae84b457..1424b5c74 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -121,6 +121,6 @@ L_Close: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt index 0897397da..30cb99a1e 100644 --- a/npc/000-1/lean.txt +++ b/npc/000-1/lean.txt @@ -64,6 +64,6 @@ L_Close: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index 73439447e..7424beedd 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -99,7 +99,7 @@ L_Secrets: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; L_Quit: diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index b6a2dd90a..a3a1fc772 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -122,6 +122,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt index c359debe6..e5d813da5 100644 --- a/npc/000-1/panels.txt +++ b/npc/000-1/panels.txt @@ -21,7 +21,7 @@ close; OnInit: - setnpcdistance 2; + .distance = 2; end; } @@ -49,6 +49,6 @@ OnInit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index ad6a07553..dfc6e28ee 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -92,7 +92,7 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; L_Quit: diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index 6db690cb2..c05367631 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -19,7 +19,7 @@ OnInit: sellitem PiouSlayer, -1, 1000; .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; OnClock0000: diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index a43f98e0b..2aea5d634 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -181,6 +181,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index 5f454c79c..bae3109f4 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -60,6 +60,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index 18296c168..9ba0630e6 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -113,6 +113,6 @@ L_Close: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } -- cgit v1.2.3-70-g09d2