summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/banker.txt
blob: 75ea18d5c1dabce64cc7f4daa4c0b956256d1074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//

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

001-1.gat,51,29,0	script	Achar	49,{
	callfunc "ClearVariables";
	openstorage;
	mes "Come again!";
	close;
}