and if not can they be terminated using "terminate;" from within the script?
(i know they can't be terminated using "ACS_Terminate")
2. When exactly can you use the "break;" command?
as so far i have only been able to compile it when used in a ENTER script used in a "while (TRUE)" loop.
3. How far will the "break;" command exit out?
The current block of code (loop or not) or up one level more or out of any other loops in the same script?
4. If calling a script again with "ACS_Execute" before it had time to finish will it fail and let the first run complete?
or will it interrupt the current run and re-run from the start right away?
If there is a wait to for a script to be run again how long and when does it apply?
5. Is there a sane way of interrupting scripts without causing "after effects" like weird glitches and "ghost code"?
6. If you want to be certain a script will stop and run from the start without finishing can this be done from another scripts reliably?
like a "goto" but from another scripts?
7. Are scripts using Delays interruptible or will they delay the termination until current action is completed?
Thanks for any help and yes i do read the wiki