summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/richard.txt
blob: 1710ca4526cd607b9604274bf80e234f41ac3506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//

009-2.gat,20,99,0	script	Richard	161,{
	set @npcName$, "Richard";
	callfunc "Banker";
	close;
}

009-2.gat,19,99,0	script	William	48,{
	openstorage;
	mes "Come again!";
	close;
}