Code:
PANEL* scorePan =
{
	digits(300,10,"Score %f",Arial#15,1,score);
	flags = VISIBLE;
}


copied and pasted straight from my script, so no reason why it won't work.

Just remember a few things, PANELs are pointers, thus the asterisk. There is an "=" after the panel name. I know I just spent a good 5 minutes wondering why my digit panel wasn't working only to find that asterisk was missing.


I was once Anonymous_Alcoholic.

Code Breakpoint;