summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/shops.txt
blob: 1857a5df131624a753efa98c61bd0e4e2bd7019c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//

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";
    set @npcname$, "";
    set @cost, 0;
    close;
}