OK ..
I have the following type or one like it.
So I then in game have about 100 blocks. I cant put them in an array as the number of blocks could and does change.
I need a way to find out A) if any of the blocks are touching each toher and B) whats the handle of the blocks in question.
Any ideas ?
I have the following type or one like it.
type block field x,y,z field collision_id field model end type
So I then in game have about 100 blocks. I cant put them in an array as the number of blocks could and does change.
I need a way to find out A) if any of the blocks are touching each toher and B) whats the handle of the blocks in question.
Any ideas ?