summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/rebecca.txt
blob: 37df8d65cb5362dd4aed0f23f4863a01348d4fac (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;
}