I have many monsters on my map, if click on it, it destroys, on destroyed - system creates that monster at that position. Now this works, but i dont want to do it like 100000 times.
So I was wondering if this can work in an array.
On my txt file I wrote
1,3516,4059
where 1 is the value of the monster like an ID, and 3516 is the x-coordinated, and 4059 is the y-coordinated.
this can work right? or not ?