diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-27 18:29:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-27 18:29:21 +0300 |
commit | 1ea14a729749c254e8cff4aede3c9775cfec5c9e (patch) | |
tree | 3ccb277c25a81935fcce30ec7325f68bfaf451fd /npc/001-1/doors.txt | |
parent | b7e119c381a6ef886cea8d45af95fcea15805645 (diff) | |
download | serverdata-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/doors.txt')
-rw-r--r-- | npc/001-1/doors.txt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index b55acc74..8efc88f5 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -27,7 +27,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -54,7 +54,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -81,7 +81,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -108,7 +108,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -135,7 +135,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -162,7 +162,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -189,7 +189,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -216,7 +216,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -243,7 +243,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -270,7 +270,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -297,7 +297,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -324,7 +324,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -351,7 +351,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -378,7 +378,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -405,7 +405,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -432,7 +432,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -459,7 +459,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -486,7 +486,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -513,7 +513,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } |