...Oh wow...Ok, lets remember this. ALWAYS DO SPELL CHECK xD Don't I feel stupid :P
Thank you

Now, I am sorry to bother you guys again. But another error came up o.O
This is the code now:
var top_score = 0;
var bottom_score = 0;
BMAP* left_border = "border_left.bmp";
PANEL* border_left =
{ // This is PANEL for Left Border
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = left_border
flags = VISIBLE
}
function main()
{//This is the blue screen color
screen_color.blue = 150;
}
This is the error that comes up:
Compiling PING_PONG_TEST2.C...
< bmap = left_border flags = VISIBLE }>
PING_PONG_TEST2.C 6:-1 (): Script error last line
.
Startup failure - any key to abort
Thanks for the help guys. Now, if only someone could help me with this last error!
