How would I use a script to detect when another script has finished running? An example would be great, thanks!
Not exactly sure what you're asking, but if you mean how to tell once a script has been completely read, you could just add like print("Script Finished") at the end.