summaryrefslogtreecommitdiff
path: root/npc/036-2/shops.txt
blob: de381bd8c4358f86255e2160c7cce6d50e4cee8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
036-2,23,38,0	shop	Chef Armand	NPC211,539:87,676:200,503:10
036-2,35,22,0	shop	Gunney	NPC138,1199:4,529:4

036-2,23,35,0	script	Bunkmaster Daban	NPC212,{
    @npcname$ = "Bunkmaster Daban";
    @Cost = 100;
    callfunc "Inn";
    @npcname$ = "";
    @Cost = 0;
    close;
}