Guest mode8power Posted February 24, 2004 why does the script automatically exits? Share this post Link to post Share on other sites
jpm 93 Posted February 24, 2004 why does the script automatically exits?Certainly because you have no more scriptline to execute or you request to exit Share this post Link to post Share on other sites
Lemures 0 Posted February 24, 2004 jpm is correct. when the script is done, as in, it reads down and executes the code until there is no more code, it automatically shuts down. if there is nothing to execute, then it has no purpose, and so no longer needs to exist. there is a potential for this leading to a philisophical debate. lol. Share this post Link to post Share on other sites