Oh, my fault. This is the C-Script forum. I'm always thinking in Lite-C. You can't have entity arrays in C-Scritp. However, you can define an array like "var myArray[20];". Then you can store even entities in this array. C-Script won't bother if you store pointers, handles, variables or whatever in the arrays you define. I'll have a look at your code.


Always learn from history, to be sure you make the same mistakes again...