you can't switch scripts. The script that starts is the one with the "main" function in. When you include other scripts the engine knows what's in them, so you can call functions and use resources in them, just by specifying their name, and the engine will automatically know where to find them.