diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-1/yeti.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index d924d5263..4719dc2d4 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -139,6 +139,7 @@ L_Complete: // The other NPC L_NoQuest: + dispbottom l("Who's Mercury? Maybe I'm missing something? Where could he have went?"); @yetiagro=@yetiagro+1; if (@yetiagro > 5) goto L_Hit; if (@yetiagro > 3) goto L_Warning; @@ -183,6 +184,7 @@ OnInit: /////////////////////////////////////////////////////// Random Lookout Yetis 021-1,144,203,0 script Yeti#0211Guard NPC_YETI,{ + dispbottom l("I better don't bother this Yeti, before it kills me."); @yetiagro=@yetiagro+1; if (@yetiagro > 5) goto L_Hit; if (@yetiagro > 3) goto L_Warning; |