Well when i try to use fonts.. they arnt working. Every since the June 2009 update i have been having a lot of problems with things, especially panels!!

Here's my code:
Code:
var tempvar = 1;
font yellow = <StencilYellow.bmp>,40,84;
panel Health{
	pos_x = 0;
	pos_y = 0;
	layer = 1;
	digits = 0,0,4,yellow,1,tempvar;
	flags = visible;
}



Compiles fine, but never renders on the screen. Am i missing something really stupid? BTW its wdl script.

Last edited by binsky33333; 08/26/09 02:35.