summaryrefslogtreecommitdiff
path: root/npc/001-2-22
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 18:47:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 18:47:17 +0300
commitd7143f263c94bb70e67674d2243c765226e8fb12 (patch)
treee768fcc733e334c67353d54aa01468a5f4873e3d /npc/001-2-22
parent1ea14a729749c254e8cff4aede3c9775cfec5c9e (diff)
downloadserverdata-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.txt2
-rw-r--r--npc/001-2-22/chefgado.txt2
-rw-r--r--npc/001-2-22/chest.txt2
-rw-r--r--npc/001-2-22/knife.txt2
-rw-r--r--npc/001-2-22/peter.txt2
-rw-r--r--npc/001-2-22/savepoint.txt8
6 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt
index 82458e325..786dce5f0 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 3df2475e0..b20e24e42 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 bd5a0049e..4ee4ae442 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 748d90b58..2caf7081d 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 c114652a3..a71c7df37 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 2fe833888..e2bd16b30 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;
}