summaryrefslogblamecommitdiff
path: root/npc/001-1_Tulimshar/bard.txt
blob: 8d53fc72ebf691e56b5c41f952a7bce956c363a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

  
                                             






                                                                                                                                     
//

001-1.gat,50,44,0	script	Bard	152,{
	setarray @songs$, "\"There once was a bard, who had it hard, because a man in dark green, was very mean.\"",
			"\"At Hurnscald inn, there was a person of fairest skin, declining wedding bands from quite a many hands.\"",
			"\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\"";
	set @id, rand(3);
	mes @songs$[@id];
	close;
}