Why does the engine crash when adding to an array ?

I’m suspicious about having to put my e-mail address into a file hosting website btw - Google Drive is a much better alternative :slight_smile: Can you post the code you’ve written here so we don’t need to DL?

Anyway, looking at the OP - it looks like you’re trying to access an Array element that doesn’t exist. E.g. calling MyArray[0] on an array with no elements.