summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-2/shops.txt')
-rw-r--r--world/map/npc/001-2/shops.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/world/map/npc/001-2/shops.txt b/world/map/npc/001-2/shops.txt
index e33ae53c..75753a4f 100644
--- a/world/map/npc/001-2/shops.txt
+++ b/world/map/npc/001-2/shops.txt
@@ -1,10 +1,12 @@
//
-001-2.gat,26,26,0 shop InnKeeper 112,Beer :-1,Cake :-1,CherryCake :-1
+001-2.gat,26,26,0|shop|InnKeeper|112,Beer :-1,Cake :-1,CherryCake :-1
-001-2.gat,103,26,0 script Rebecca 118,{
- set @npcname$, "Rebecca the Inn Keeper";
- set @cost, 100;
- callfunc "Inn";
- close;
+001-2.gat,103,26,0|script|Rebecca|118,{
+ set @npcname$, "Rebecca the Inn Keeper";
+ set @cost, 100;
+ callfunc "Inn";
+ set @npcname$, "";
+ set @cost, 0;
+ close;
}