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

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