From a9322f124050f01101bb5c43886a666016fd73a2 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 7 Mar 2009 11:58:37 -0700 Subject: Adjust Tulimshar's bakery a bit --- npc/021-1_Tulimshar/bakery.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'npc/021-1_Tulimshar') diff --git a/npc/021-1_Tulimshar/bakery.txt b/npc/021-1_Tulimshar/bakery.txt index aff3cc5e..6d831bf2 100644 --- a/npc/021-1_Tulimshar/bakery.txt +++ b/npc/021-1_Tulimshar/bakery.txt @@ -5,7 +5,13 @@ 021-1.gat,108,102,0 script Itka 114,{ mes "[Itka]"; mes "\"This bakery is the best!\""; - mes ""; - mes "\"Too bad they haven't fully opened yet.\""; close; + +OnTimer10000: + npctalk "Come to the bakery!"; + setnpctimer 0; + end; + +OnInit: + initnpctimer; } -- cgit v1.2.3-60-g2f50