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

035-2,23,38,0|shop|Cooky|213,Beer:*1,Orange:*1,CasinoCoins:*1

035-2,23,35,0|script|Bunkmaster Phict|212
{
    set @npcname$, "Bunkmaster Phict";
    set @cost, 100;
    callfunc "Inn";
    set @npcname$, "";
    set @cost, 0;
    close;
}