blob: 75753a4f53558d73b3c5f8c7d2ce13ff1b993a44 (
plain) (
tree)
|
|
//
001-2.gat,26,26,0|shop|InnKeeper|112,Beer :-1,Cake :-1,CherryCake :-1
001-2.gat,103,26,0|script|Rebecca|118,{
set @npcname$, "Rebecca the Inn Keeper";
set @cost, 100;
callfunc "Inn";
set @npcname$, "";
set @cost, 0;
close;
}
|