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

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

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