Page 1 of 1

Instance scripts not halting on deletion

Posted: Oct 3rd, '17, 09:15
by SimpleSi
I was having an issue in a project and I've created the attached one to demonstate the issue

The bug is that a running script inside of an instance is not being halted when the instance is deleted (which caused me quite a bit of confusion as I had dead instances still running code!)
racertest.gpp
(6.14 KiB) Downloaded 756 times
Made a workaround to add a running boolean so Ok for moment

Re: Instance scripts not halting on deletion

Posted: Oct 4th, '17, 12:13
by JohnM
Good catch!

I agree, when an instance is deleted any running scripts associated with it should stop.