how many entity do you create?
Posted: Sat Mar 18, 2006 1:53 am
I am testing CreateEntity in mesh.pb edited with...
Run the code, and there is no 100 entitys?
It's bug in purebasic?
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
It's bug in purebasic?