summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/banker.txt
blob: cd5e84df5fcef8b2430e00cbc3820384058139ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//

001-1.gat,58,50,0|script|Tybalt|107
{
    callfunc "ClearVariables";
    set @npcname$, "Tybalt";
    callfunc "Banker";
    set @npcname$, "";
    close;
}