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