diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-27 18:47:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-27 18:47:17 +0300 |
commit | d7143f263c94bb70e67674d2243c765226e8fb12 (patch) | |
tree | e768fcc733e334c67353d54aa01468a5f4873e3d /npc/001-2-22 | |
parent | 1ea14a729749c254e8cff4aede3c9775cfec5c9e (diff) | |
download | serverdata-d7143f263c94bb70e67674d2243c765226e8fb12.tar.gz serverdata-d7143f263c94bb70e67674d2243c765226e8fb12.tar.bz2 serverdata-d7143f263c94bb70e67674d2243c765226e8fb12.tar.xz serverdata-d7143f263c94bb70e67674d2243c765226e8fb12.zip |
Replace setnpcdistance to '.distance'.
Diffstat (limited to 'npc/001-2-22')
-rw-r--r-- | npc/001-2-22/alige.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/chefgado.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/chest.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/knife.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/peter.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/savepoint.txt | 8 |
6 files changed, 9 insertions, 9 deletions
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; } |