summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/bakery.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-1/bakery.txt')
-rw-r--r--world/map/npc/021-1/bakery.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/021-1/bakery.txt b/world/map/npc/021-1/bakery.txt
index 97238904..4535395e 100644
--- a/world/map/npc/021-1/bakery.txt
+++ b/world/map/npc/021-1/bakery.txt
@@ -1,17 +1,17 @@
// Outside the bakery
-021-1.gat,105,104,0 shop Ara 163,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1,CherryCake :-1
+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,{
- mes "[Itka]";
- mes "\"This bakery is the best!\"";
- close;
+021-1.gat,108,102,0|script|Itka|114,{
+ mes "[Itka]";
+ mes "\"This bakery is the best!\"";
+ close;
OnTimer300000:
- npctalk "Come to the bakery!";
- setnpctimer 0;
- end;
+ npctalk "Come to the bakery!";
+ setnpctimer 0;
+ end;
OnInit:
- initnpctimer;
+ initnpctimer;
}