Alright, I understand how scriptobjects work and all, but there's one problem I encountered that I can't solve.
I'll try to explain it best I can:
In the Scriptobject, I have the variables Type[0], Type[1], ... Type[x] and I want to be able to remove Type[2] and have all the other types 'move down'. So Type[3] becomes Type[2], Type[4] becomes Type[3] and so on.
How would I make it so they will 'move down'?