Is that any diffferent than this? I tried this panel code, which is working in a RPG inventory code, just changing the name of the panel and the tga, and it say "Undeclared Identifier"
What is this undeclared identifier I frequently get? doesn't describing it declare it? How do I "declare" it?

PANEL* p1_help = // panel to show
{
bmap = look_tga;
pos_y = -2; // feel free to play with this value
layer = 10;
flags = SHOW;
}


Learning to write lite-C -- A8 commercial