diff options
-rw-r--r-- | npc/003-10/guarddevoir.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt index d19ead71f..79ff119e6 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -7,7 +7,7 @@ // Variable: // TulimsharQuest_Devoir -003-10,25,60,0 script Guard Devoir NPC_ELF_F,{ +003-10,25,60,0 script Guard Devoir NPC_GUARD2,{ mesn; mesq l("That's terrible! Monsters are piling up near city gates! We need to stop their progression."); @@ -88,4 +88,9 @@ L_Close: closedialog; goodbye; close; + +OnInit: + .sex = G_FEMALE; + .distance = 5; + end; } |