ok, thanks but i dont think thats quite what im looking for. I've got the #include part finished. But im having trouble calling it. When i click on the button in one script, i want it to take me to another. I was looking in the manual and i tried this, but i think i misunderstood something. Is there anyway this could work? Or am i going in the wrong direction?

function creditsswitch()
{
while (key_any) { wait (1); }
#include "%EXE_DIR%C:\Users\Charles\Desktop\litec programs\boxiecredits.c";
}

Im sorry if im missunderstanding all of this, please forgive me.


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