summaryrefslogtreecommitdiff
path: root/npc/000-2-3/elmo.txt
diff options
context:
space:
mode:
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;
}