diff options
Diffstat (limited to 'world/map/npc/021-1/bakery.txt')
-rw-r--r-- | world/map/npc/021-1/bakery.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/021-1/bakery.txt b/world/map/npc/021-1/bakery.txt index 4535395e..12c352bc 100644 --- a/world/map/npc/021-1/bakery.txt +++ b/world/map/npc/021-1/bakery.txt @@ -2,7 +2,8 @@ 021-1.gat,105,104,0|shop|Ara|163,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1,CherryCake :-1 -021-1.gat,108,102,0|script|Itka|114,{ +021-1.gat,108,102,0|script|Itka|114, +{ mes "[Itka]"; mes "\"This bakery is the best!\""; close; @@ -13,5 +14,6 @@ OnTimer300000: end; OnInit: + if (debug >= 2) end; initnpctimer; } |