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

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