summaryrefslogtreecommitdiff
path: root/npc/000-1/sapartan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/sapartan.txt')
-rw-r--r--npc/000-1/sapartan.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 7250d252..7ef963c3 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -6,7 +6,6 @@
// Friend of Max, he gives some information on combat system.
// Size = 2
-// Gender = 1
000-1,74,111,0 script Sapartan 414,{
mesn;
mesq l("Hey Max, it's @@!", strcharinfo(0));
@@ -94,6 +93,10 @@
mesq l("You're welcome. If you can't remember something, just come back here!");
next;
+OnInit:
+ setnpcsex 1;
+ end;
+
L_Quit:
callfunc "GoodBye";
}