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/001-2-4/doors.txt | 2 +- npc/001-2-4/terry.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-4') diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt index b910acbd..1491549f 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 16825331..380f1339 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; -- cgit v1.2.3-60-g2f50