From 1ea14a729749c254e8cff4aede3c9775cfec5c9e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 18:29:21 +0300 Subject: Replace calls to setnpcsex by assigning '.sex' variable. --- npc/000-0-0/q'onan.txt | 2 +- npc/000-0-0/sailors.txt | 4 ++-- npc/000-0/sailors.txt | 2 +- npc/000-1/ale.txt | 2 +- npc/000-1/astapolos.txt | 2 +- npc/000-1/couwan.txt | 2 +- npc/000-1/darlin.txt | 2 +- npc/000-1/fexil.txt | 2 +- npc/000-1/gugli.txt | 2 +- npc/000-1/gulukan.txt | 2 +- npc/000-1/jalad.txt | 2 +- npc/000-1/lean.txt | 2 +- npc/000-1/max.txt | 2 +- npc/000-1/muller.txt | 2 +- npc/000-1/sapartan.txt | 2 +- npc/000-1/shop.txt | 2 +- npc/000-1/silvio.txt | 2 +- npc/000-1/tarlan.txt | 2 +- npc/000-1/tibbo.txt | 2 +- npc/000-2-0/billybons.txt | 2 +- npc/000-2-0/julia.txt | 2 +- npc/000-2-1/alige.txt | 2 +- npc/000-2-1/arpan.txt | 2 +- npc/000-2-1/chefgado.txt | 2 +- npc/000-2-1/dan.txt | 2 +- npc/000-2-1/devis.txt | 2 +- npc/000-2-1/peter.txt | 2 +- npc/000-2-1/q'onan.txt | 2 +- npc/000-2-3/elmo.txt | 2 +- npc/000-2-3/nard.txt | 2 +- npc/001-1/artaxe.txt | 2 +- npc/001-1/beuss.txt | 2 +- npc/001-1/chelios.txt | 2 +- npc/001-1/cookiemaster.txt | 2 +- npc/001-1/doors.txt | 38 +++++++++++++++++++------------------- npc/001-1/elmo.txt | 2 +- npc/001-1/enora.txt | 2 +- npc/001-1/eugene.txt | 2 +- npc/001-1/flyingpiou.txt | 2 +- npc/001-1/katja.txt | 2 +- npc/001-1/lozerk.txt | 2 +- npc/001-1/pious.txt | 2 +- npc/001-1/qonan.txt | 2 +- npc/001-1/salem.txt | 2 +- npc/001-1/taree.txt | 2 +- npc/001-1/trees.txt | 30 +++++++++++++++--------------- npc/001-1/trozz.txt | 2 +- npc/001-1/wateranimation.txt | 18 +++++++++--------- npc/001-2-0/resa.txt | 2 +- npc/001-2-19/doors.txt | 4 ++-- npc/001-2-2/moon.txt | 2 +- npc/001-2-20/doors.txt | 2 +- npc/001-2-21/julia.txt | 2 +- npc/001-2-22/alige.txt | 2 +- npc/001-2-22/chefgado.txt | 2 +- npc/001-2-22/peter.txt | 2 +- npc/001-2-24/nard.txt | 2 +- npc/001-2-27/don.txt | 2 +- npc/001-2-28/jenna.txt | 2 +- npc/001-2-29/edouard.txt | 2 +- npc/001-2-4/doors.txt | 2 +- npc/001-2-4/terry.txt | 2 +- npc/001-2-6/dolfina.txt | 2 +- npc/test/npc1.txt | 2 +- 64 files changed, 106 insertions(+), 106 deletions(-) diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index 7cf558ee5..d262c1ca1 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -10,6 +10,6 @@ close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; end; } diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 09a8d757e..6f7c3e3a4 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -70,7 +70,7 @@ OnTalk: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; end; } @@ -79,6 +79,6 @@ OnInit: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; end; } diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index dde99cabb..942e0f8ca 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -87,6 +87,6 @@ OnTouch: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; end; } 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; } diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 3a925b430..fe988db56 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -89,7 +89,7 @@ L_Quit: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 3; end; } diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index e3478ac9f..c3af4086f 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -281,7 +281,7 @@ L_BasicSkill: goto L_YNMenu; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 10; end; diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index e80dddf4a..afba165bd 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -300,7 +300,7 @@ L_Quit: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index b94c69730..1b99be267 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -225,7 +225,7 @@ L_EquipDone: goto L_Menu; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index f81baaa42..1446272f4 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -207,7 +207,7 @@ L_Quit: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index c894b8b2f..6d138e2f4 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -82,7 +82,7 @@ L_Quit2: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index ac23cdd66..63e421a6e 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -11,7 +11,7 @@ close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 5e7bcd2f2..3143853e3 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -329,7 +329,7 @@ OnNoGoodTick: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 3; end; } diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 4e7955040..5561fe98a 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -10,7 +10,7 @@ close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 0fd99f983..5163a6079 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -63,7 +63,7 @@ L_GotMoney: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index fe714f622..16d5aa988 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -219,7 +219,7 @@ L_Already: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index 3d81f7096..3592c6b53 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -16,7 +16,7 @@ close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt index 968985493..d7d7a7131 100644 --- a/npc/001-1/beuss.txt +++ b/npc/001-1/beuss.txt @@ -22,7 +22,7 @@ OnTimer10000: end; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt index c07af9de8..a39c9c639 100644 --- a/npc/001-1/chelios.txt +++ b/npc/001-1/chelios.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index caf455945..d80bd0c48 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -256,7 +256,7 @@ L_Bye: close; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 2; end; } diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index b55acc749..8efc88f51 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; } diff --git a/npc/001-1/elmo.txt b/npc/001-1/elmo.txt index 1a71aa5d1..645620278 100644 --- a/npc/001-1/elmo.txt +++ b/npc/001-1/elmo.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 439ca7650..e5a6140d5 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 5; end; } diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt index d931826dd..8ab3f25b7 100644 --- a/npc/001-1/eugene.txt +++ b/npc/001-1/eugene.txt @@ -76,7 +76,7 @@ L_QuestDone: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt index 8e58dd6db..a75080b17 100644 --- a/npc/001-1/flyingpiou.txt +++ b/npc/001-1/flyingpiou.txt @@ -107,7 +107,7 @@ OnTimer1000: end; OnInit: - setnpcsex G_OTHER; + .sex = G_OTHER; setnpcdistance 5; // .debug = 1; diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt index aad2641e7..a7fa86656 100644 --- a/npc/001-1/katja.txt +++ b/npc/001-1/katja.txt @@ -121,7 +121,7 @@ L_Story: } OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 4; end; } diff --git a/npc/001-1/lozerk.txt b/npc/001-1/lozerk.txt index 1ed7b5399..ebc03dddc 100644 --- a/npc/001-1/lozerk.txt +++ b/npc/001-1/lozerk.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-1/pious.txt b/npc/001-1/pious.txt index 668145fd2..3e5dbeffc 100644 --- a/npc/001-1/pious.txt +++ b/npc/001-1/pious.txt @@ -11,7 +11,7 @@ end; OnInit: - setnpcsex G_OTHER; + .sex = G_OTHER; setnpcdistance 2; end; } diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 92bc4cc0e..d08f69a1a 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -85,7 +85,7 @@ L_QuestDone: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; .debug = 1; end; diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index 3a3786208..fbbf7872f 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -205,7 +205,7 @@ OnPiouFlee: end; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt index 15a017117..704c7eed0 100644 --- a/npc/001-1/taree.txt +++ b/npc/001-1/taree.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 3; end; } diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt index e375f071e..dd2fd7327 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; } diff --git a/npc/001-1/trozz.txt b/npc/001-1/trozz.txt index 07468b89d..88feab4a0 100644 --- a/npc/001-1/trozz.txt +++ b/npc/001-1/trozz.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 4; end; } 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; } diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt index 0ed2997f0..f86d1d474 100644 --- a/npc/001-2-0/resa.txt +++ b/npc/001-2-0/resa.txt @@ -10,7 +10,7 @@ close; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 2; end; } diff --git a/npc/001-2-19/doors.txt b/npc/001-2-19/doors.txt index 6c77eba68..65b575d28 100644 --- a/npc/001-2-19/doors.txt +++ b/npc/001-2-19/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; } diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt index 0185ddfae..4be3defc1 100644 --- a/npc/001-2-2/moon.txt +++ b/npc/001-2-2/moon.txt @@ -208,7 +208,7 @@ OnHour00: end; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 3; initpath "move", 41, 30, "dir", DOWN, 0, diff --git a/npc/001-2-20/doors.txt b/npc/001-2-20/doors.txt index b7b98270e..2ce6ebb9c 100644 --- a/npc/001-2-20/doors.txt +++ b/npc/001-2-20/doors.txt @@ -27,7 +27,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index b9513526f..f3e7a4c1d 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -125,7 +125,7 @@ L_Quit: goodbye; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 10; end; } diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt index 600bc68cb..82458e325 100644 --- a/npc/001-2-22/alige.txt +++ b/npc/001-2-22/alige.txt @@ -304,7 +304,7 @@ L_Quit: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt index 6868009df..3df2475e0 100644 --- a/npc/001-2-22/chefgado.txt +++ b/npc/001-2-22/chefgado.txt @@ -17,7 +17,7 @@ close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt index 009eb940e..c114652a3 100644 --- a/npc/001-2-22/peter.txt +++ b/npc/001-2-22/peter.txt @@ -329,7 +329,7 @@ OnNoGoodTick: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 3; end; } diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt index 5d7446102..a5174de8a 100644 --- a/npc/001-2-24/nard.txt +++ b/npc/001-2-24/nard.txt @@ -52,7 +52,7 @@ L_Lost : close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt index 83369e84f..a3e78c49b 100644 --- a/npc/001-2-27/don.txt +++ b/npc/001-2-27/don.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-2-28/jenna.txt b/npc/001-2-28/jenna.txt index d52afcd5d..bb2914857 100644 --- a/npc/001-2-28/jenna.txt +++ b/npc/001-2-28/jenna.txt @@ -44,7 +44,7 @@ OnHour00: end; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 5; initmovegraph "m_table_1", 52, 32, "m_table_2", 56, 32, diff --git a/npc/001-2-29/edouard.txt b/npc/001-2-29/edouard.txt index f89338e0c..f4586dd0a 100644 --- a/npc/001-2-29/edouard.txt +++ b/npc/001-2-29/edouard.txt @@ -69,7 +69,7 @@ L_Close: close; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; end; } diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt index b910acbd7..1491549f4 100644 --- a/npc/001-2-4/doors.txt +++ b/npc/001-2-4/doors.txt @@ -27,7 +27,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt index 168253312..380f13393 100644 --- a/npc/001-2-4/terry.txt +++ b/npc/001-2-4/terry.txt @@ -12,7 +12,7 @@ goto L_Quit; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 2; setnpcdir 2; end; diff --git a/npc/001-2-6/dolfina.txt b/npc/001-2-6/dolfina.txt index d00f6d8f7..6b2d715b6 100644 --- a/npc/001-2-6/dolfina.txt +++ b/npc/001-2-6/dolfina.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - setnpcsex G_FEMALE; + .sex = G_FEMALE; setnpcdistance 2; end; } diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index 99141730b..b732b5a44 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -225,7 +225,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; waitingroom "test room", 2, "npc1::OnReadyCheck", 1; end; -- cgit v1.2.3-60-g2f50