summaryrefslogtreecommitdiff
path: root/npc/001-1/wateranimation.txt
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/001-1/wateranimation.txt
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/001-1/wateranimation.txt')
-rw-r--r--npc/001-1/wateranimation.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt
index d80c1534f..68946ea31 100644
--- a/npc/001-1/wateranimation.txt
+++ b/npc/001-1/wateranimation.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -23,7 +23,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -35,7 +35,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -47,7 +47,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -59,7 +59,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -71,7 +71,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -83,7 +83,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -95,7 +95,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}
@@ -107,7 +107,7 @@ OnInit:
close;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 5;
end;
}