I have no idea as to if this will involve legal matters or not and i'm hoping someone can give some answers or a moderator can find out.
The reason i ask is that as some of you know i have been slowly working on updating some of the info in regards to the M.S.C.I. This may not lead to a public release, but you never know, so i better find out now if i can.
As an example, i would like to use s9ilent's question in regards to tasks running scripts and the object running the task being destroyed and cycrow's answer.
Do i need to get permission off both s9ilent and cycrow ?
or
Is inserting the persons name that is being quoted enough?
My example would be,
If someone knowledgeable in these matters could give an answer i would be gratefull, or if they could find out the rules regarding this.s9ilent wrote;
Q:
I know that when a ship is running a script, and the ship dies, that the script stops, but, what happens if say
-shipmain is running a task, which then does a
-$ship1 -> call script xyz
-The ship1 script is half way through executing when ship1 dies
Does the script return null? or continue to run?
Cycrow wrote;
when a ship dies, all scripts on that stack are stopped, regardless of where they are.
so both the task and the called script will be stopped the moment the ship dies
Thank you
MarCon