//
// Aim /////////////////////////////////////////////////////

PANEL cross ()
{
pos_x = 390; // x position on computer screen
pos_y = 293; // y position on computer screen
bmap = "cross.pcx"; // picture , must be in the same folder as script
flags = SHOW | OVERLAY; // show it , and make black transparent
}

////////////////////////////////////////////////////////////
//

//B