diff options
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/dan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/devis.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/q'onan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/savepoint.txt | 8 |
10 files changed, 13 insertions, 13 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index afba165b..065c3762 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -301,6 +301,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 1b99be26..a553c67c 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -226,6 +226,6 @@ L_EquipDone: OnInit: .sex = G_MALE; - setnpcdistance 5; + .distance = 5; end; } diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 1446272f..bc66751e 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -208,6 +208,6 @@ L_Quit: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index 2be851ba..70b72c9b 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -51,6 +51,6 @@ L_Quit: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 6d138e2f..a8d79258 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -83,6 +83,6 @@ L_Quit2: OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index 63e421a6..caf421bf 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -12,6 +12,6 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index cb397493..aa45662b 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -44,6 +44,6 @@ L_Give: close; OnInit: - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 3143853e..8d06050b 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -330,6 +330,6 @@ OnNoGoodTick: OnInit: .sex = G_MALE; - setnpcdistance 3; + .distance = 3; end; } diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 5561fe98..bee4f34a 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -11,6 +11,6 @@ OnInit: .sex = G_MALE; - setnpcdistance 2; + .distance = 2; end; } diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index 258a905a..411ee215 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/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; } |