blob: 15292e15c1c7a4d45402bc46ee543da12963468f (
plain) (
tree)
|
|
036-2,23,38,0 script Chef Armand NPC211,{
shop .name$;
goodbye;
close;
OnInit:
tradertype(NST_ZENY);
sellitem Beer;
sellitem Steak, 250;
sellitem CasinoCoins;
.distance = 5;
end;
}
036-2,35,22,0 script Gunney NPC138,{
shop .name$;
goodbye;
close;
OnInit:
tradertype(NST_ZENY);
sellitem Arrow, 3;
sellitem IronArrow, 4;
.distance = 5;
end;
}
036-2,23,35,0 script Bunkmaster Daban NPC212,{
@npcname$ = "Bunkmaster Daban";
@Cost = 100;
callfunc "Inn";
@npcname$ = "";
@Cost = 0;
close;
}
|