Skip to content
Go to advanced search
Code: Select all
For i = 0 To 99 For j = 0 To 99 CreateEntity(i*10+j, MeshID(0), MaterialID(Random(1)), i, Random(9)*0.1, j) Next Next