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

001-2.gat,26,26,0	shop	InnKeeper	112,539:175,513:20,519

001-2.gat,103,26,0	script	Rebecca	118,{
	set @npcname$, "Rebecca the Inn Keeper";
	set @cost, 100;
	callfunc "Inn";
	close;
}