diff options
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index bb147f656..b32735f76 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -134,7 +134,14 @@ L_Instructions: close; L_Complete: - mesc l("ToDo"), 1; + //mesc l("ToDo"), 1; + mesn; + mesq l("Hello my friend. Thanks for slaying the rogue Yetis."); + mesc l("Do you want to read again the instructions?"); + next; + if (askyesno() == ASK_YES) { + goto L_Instructions; + } close; // The other NPC |