Returning to original script from which you called a function from in another file.
I have one script to where I want to run code in another file by using: Include("PATH");
How can I return to the original script and continue with running the code?