1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
036-2.gat,23,38,0|shop|Chef Armand|211,Beer:*1,Steak:*2,CasinoCoins:*1
036-2.gat,35,22,0|shop|Gunney|138,Arrow:*4,IronArrow:*2
036-2.gat,23,35,0|script|Bunkmaster Daban|212
{
set @npcname$, "Bunkmaster Daban";
set @cost, 100;
callfunc "Inn";
set @npcname$, "";
set @cost, 0;
close;
}
|