summaryrefslogtreecommitdiff
path: root/npc/001-2-22
diff options
context:
space:
mode:
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;
}