blob: 7d7d656aa823d2a5701cc70c60fdf27dd79a13de (
plain) (
tree)
|
|
//
035-2.gat,23,38,0|shop|Cooky|213,Beer:*1,Orange:*1,CasinoCoins:*1
035-2.gat,23,35,0|script|Bunkmaster Phict|212
{
set @npcname$, "Bunkmaster Phict";
set @cost, 100;
callfunc "Inn";
set @npcname$, "";
set @cost, 0;
close;
}
|