summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt2
-rw-r--r--npc/000-1/couwan.txt2
-rw-r--r--npc/000-1/darlin.txt2
-rw-r--r--npc/000-1/fexil.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/max.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/sapartan.txt2
-rw-r--r--npc/000-1/shop.txt2
-rw-r--r--npc/000-1/silvio.txt2
-rw-r--r--npc/000-1/tarlan.txt2
-rw-r--r--npc/000-1/tibbo.txt2
16 files changed, 16 insertions, 16 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 65ed86b0..14fb5a06 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -112,7 +112,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index a25c814e..b7ff343a 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -155,7 +155,7 @@ L_Whyning:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index f5164a69..2d18305d 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -89,7 +89,7 @@
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 14fa9d3a..1a4657f7 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -143,7 +143,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 14;
end;
}
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
index e34f8470..f06f82dd 100644
--- a/npc/000-1/fexil.txt
+++ b/npc/000-1/fexil.txt
@@ -38,7 +38,7 @@
}
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 69c41f15..d8330503 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -224,7 +224,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 1826e8db..814c08d5 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -161,7 +161,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 55367dd2..0ae84b45 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -120,7 +120,7 @@ L_Close:
goodbye;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index 775787ed..0897397d 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -63,7 +63,7 @@ L_Close:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index d9941bb0..73439447 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -98,7 +98,7 @@ L_Secrets:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index e45c7d98..b6a2dd90 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -121,7 +121,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 60ff312d..ad6a0755 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -91,7 +91,7 @@
next;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt
index 2377c3ed..6db690cb 100644
--- a/npc/000-1/shop.txt
+++ b/npc/000-1/shop.txt
@@ -18,7 +18,7 @@ OnInit:
sellitem LousyMoccasins, -1, 1000;
sellitem PiouSlayer, -1, 1000;
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index a54d0239..a43f98e0 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -180,7 +180,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index db60e1de..5f454c79 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -59,7 +59,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 757fcd14..18296c16 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -112,7 +112,7 @@ L_Close:
goodbye;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}