diff options
Diffstat (limited to 'npc/001-1/artaxe.txt')
-rw-r--r-- | npc/001-1/artaxe.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index 7eafe98c..c8142537 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -6,7 +6,6 @@ // Helping NPC. // Size = 2 -// Gender = 1 000-1,27,55,0 script Artaxe 109,{ mesn; mesq l("Do you feel too weak even if trying to hit the surrounding wildlife?"); @@ -17,4 +16,7 @@ close; +OnInit: + setnpcsex 1; + end; } |