Alright so I was having trouble displaying text on the screen and realized that using PANEL* and digits() had to be a .c file, so I put that into a .c file and used #include <panel.c> at the top of my main.wdl script.

The problem is that everything builds fine, but my panel still doesn't show up. Do I have to call this panel some how in my other script file? I am currently learning C++ for school but it doesn't seem to help much here haha.

Thanks for any help.