summaryrefslogtreecommitdiff
path: root/npc/001-1/trees.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/trees.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/trees.txt')
-rw-r--r--npc/001-1/trees.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt
index e375f071..dd2fd732 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -104,7 +104,7 @@ L_FoundHim:
LazyBrotherTreeFunc(1);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -113,7 +113,7 @@ OnInit:
LazyBrotherTreeFunc(2);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -122,7 +122,7 @@ OnInit:
LazyBrotherTreeFunc(3);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -131,7 +131,7 @@ OnInit:
LazyBrotherTreeFunc(4);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -140,7 +140,7 @@ OnInit:
LazyBrotherTreeFunc(5);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -149,7 +149,7 @@ OnInit:
LazyBrotherTreeFunc(6);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -158,7 +158,7 @@ OnInit:
LazyBrotherTreeFunc(7);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -167,7 +167,7 @@ OnInit:
LazyBrotherTreeFunc(8);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -176,7 +176,7 @@ OnInit:
LazyBrotherTreeFunc(9);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -185,7 +185,7 @@ OnInit:
LazyBrotherTreeFunc(10);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -194,7 +194,7 @@ OnInit:
LazyBrotherTreeFunc(11);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -203,7 +203,7 @@ OnInit:
LazyBrotherTreeFunc(12);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -212,7 +212,7 @@ OnInit:
LazyBrotherTreeFunc(13);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -221,7 +221,7 @@ OnInit:
LazyBrotherTreeFunc(14);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -230,7 +230,7 @@ OnInit:
LazyBrotherTreeFunc(15);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}