summaryrefslogtreecommitdiff
path: root/npc/000-2-3/elmo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 01:08:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 01:08:12 +0300
commitdbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (patch)
tree32e7461b8b5dfd71d18aee2a8b126373b718b5f7 /npc/000-2-3/elmo.txt
parentd7f52abfec6b90a43f8df857877b0ab003d84fa9 (diff)
downloadserverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.gz
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.bz2
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.xz
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.zip
Restore gender to most npcs.
Diffstat (limited to 'npc/000-2-3/elmo.txt')
-rw-r--r--npc/000-2-3/elmo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 89779294..d3ab8713 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -6,7 +6,6 @@
// Elmo's second dialog.
// Size = 5
-// Gender = 1
000-2-3,27,27,0 script Elmo 409,{
set .@q, getq(ShipQuests_ArpanMoney);
if (.@q == 1) goto L_GotMoney;
@@ -63,4 +62,8 @@ L_GotMoney:
mesq l("Other than that, I don't know much about what else is going on, so directly asking the Cap'tain about it could be a good idea.");
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}