From 6d66a4bb1337db74032dd94b72951c4e837f0317 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 25 May 2018 12:50:59 -0300 Subject: Dress Devoir --- npc/003-10/guarddevoir.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/003-10') 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; } -- cgit v1.2.3-70-g09d2