summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/rebecca.txt
blob: 90ad16e9f5bea48ac1f117b92d13306df0015c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
//

021-2.gat,26,54,0|script|Rebecca|118,
{
    set @npcname$, "Rebecca the Inn Keeper";
    set @cost, 100;
    callfunc "Inn";
    set @npcname$, "";
    set @cost, 0;
    close;
}