View Single Post
03-13-10, 11:00 AM   #1
cubone
A Kobold Labourer
Join Date: Mar 2010
Posts: 1
ZoneTextString problem

I want to edit the font of only the ZoneText / SubZoneText. I included the following in my lua:

Code:
	ZoneTextString:SetFont("Fonts\\AVQUEST.ttf", 36, "THICKOUTLINE")
	SubZoneTextString:SetFont("Fonts\\AVQUEST.ttf", 24, "THICKOUTLINE")
The names of the zone and subzone are changing, but not the Contested Territory text or the Sanctuary text displayed (two different cases, I believe). Is there another text string that is added on that I don't know of?


Last edited by cubone : 03-13-10 at 11:10 AM. Reason: Found more to my problem
  Reply With Quote