summaryrefslogblamecommitdiff
path: root/npc/035-2/shops.txt
blob: 05a2987e2ea3baff03cf9c5d6d7a601fd6b7ad46 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                           
035-2,23,38,0	shop	Cooky	NPC213,539:87,657:10,503:10

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