...xD Omg. I just spent the last 20 minutes trying to figure out why it kept on crashing...when finally, I saw it.
var top_score = 0;
var bottom_score = 0;
BMAP* left_border = "left_borderr.pcx";
PANEL* border_left =
{ // This is PANEL for Left Border
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = border_left;
flags = VISIBLE;
}
Lol, I had originally identified and defined the bitmap as left_border, but then for the panel, I told it to look for border_left xD Oh well, I guess this is how you learn eh? :P