diff options
Diffstat (limited to 'npc/000-1/max.txt')
-rw-r--r-- | npc/000-1/max.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index 42304ce0..a2fc855d 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -7,7 +7,6 @@ // Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller. // Size = 2 -// Gender = 1 000-1,72,110,0 script Max 115,{ set .@gugli, getq(ShipQuests_Gugli); set .@knife, getq(ShipQuests_Knife); @@ -99,6 +98,10 @@ L_Secrets: close; +OnInit: + setnpcsex 1; + end; + L_Quit: callfunc "GoodBye"; } |