Can you guys make an object that is just like an array but were data can be put into the array from the edit screen during design time.
Something that the we the programmers can use to set up and input data in to a table that can be referenced and changed during run time.
I want to make a table that will hold information on waves of enemies for my game. It seems that the applications for such thing are endless.
I know that people do this in other ways but it would be nice if there was an object that you could just point and click to do the same thing.