diff options
Diffstat (limited to 'npc/009-1/guards.txt')
-rw-r--r-- | npc/009-1/guards.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index ed6239958..66891c65f 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -5,6 +5,7 @@ // Protect Halinarzo 009-1,71,24,0 script Lieutenant Jacob NPC_PLAYER,{ + inspectorQuest(); // The Monster King guild have a special menu if (strcharinfo(2) == "Monster King") goto L_MKControl; mesn; @@ -159,6 +160,7 @@ function script HaliGuardHandler { } 009-1,100,30,0 script Guard Corina NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -170,6 +172,7 @@ OnInit: 009-1,111,48,0 script Guard Jhon NPC_GUARD1,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -180,6 +183,7 @@ OnInit: } 009-1,41,56,0 script Guard Laurie NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -191,6 +195,7 @@ OnInit: 009-1,62,74,0 script Guard Amy NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; |