diff options
Diffstat (limited to 'npc/003-10/guarddevoir.txt')
-rw-r--r-- | npc/003-10/guarddevoir.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt index 628d6bb1c..46abc2c2d 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -31,6 +31,11 @@ L_Quest: if (.@q == 0) goto L_Continue; if (.@q == 1 && gettimetick(2) >= getq2(TulimsharQuest_Devoir) + 60 * 60 * 36) setq1 TulimsharQuest_Devoir, 2; // Repats every 36 hours if (.@q == 2) goto L_Repeat; + mesn; + mesq l("But, it wouldn't look nice if I let you do all the killing! The other guards are working right now!"); + next; + mesn; + mesq l("Come back in a few hours, and we can fix that!"); close; L_Continue: |