summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 18:29:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 18:29:21 +0300
commit1ea14a729749c254e8cff4aede3c9775cfec5c9e (patch)
tree3ccb277c25a81935fcce30ec7325f68bfaf451fd /npc/000-1
parentb7e119c381a6ef886cea8d45af95fcea15805645 (diff)
downloadserverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.gz
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.bz2
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.xz
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.zip
Replace calls to setnpcsex by assigning '.sex' variable.
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 65ed86b03..14fb5a06b 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 a25c814e3..b7ff343a2 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 f5164a69e..2d18305da 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 14fa9d3a8..1a4657f71 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 e34f84708..f06f82dd9 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 69c41f15c..d83305031 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 1826e8db8..814c08d5e 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 55367dd20..0ae84b457 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 775787ede..0897397da 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 d9941bb07..73439447e 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 e45c7d98f..b6a2dd90a 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 60ff312d8..ad6a07553 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 2377c3edf..6db690cb2 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 a54d0239f..a43f98e0b 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 db60e1de6..5f454c79c 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 757fcd146..18296c168 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;
}