ok, im really am sorry, i can tell im beginning to get annoying, so heres what i want to do, flat out. I have two scripts so far. "mainmenu.c" and "credits.c" when i click on this button below from the main menu, i want it to run the credits. Now considering i cant switch scripts, what would be the best way to do this? Thanks

PANEL* creditbutton3 =
{
bmap = goclicked;
pos_x = 10;
pos_y = 300;
button(0, 0, goclicked, gonorm, goover, NULL, NULL, NULL);
flags = OVERLAY | SHOW;
}


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.