Can I walk on multiple intersect objects instead of having one large object??
Can I do both intersect object and get ground height when I have a matrix then a x file object ontop of the matrix and want to walk from one to the other without falling through or having the object disappear when I go from one to the other??
If so what is the best way to transfer the position object num,x,Y,z between each intersect object command for any of the above questions??
If I had a sloping x object can I tell the angle between it and an object that I control that is on it, eg a car driving up a ramp so that the car will tilt and when it reaches the top of the ramp I can use my matrix jump code??
Why does clone object appear to have a limit to the amount of cloned objects there are, this is not stated in the help as far as I can see??
make object cube 1,20
clone object 49,1
cloned objects 2 to 49 "Works"
make object cube 1,20
clone object 50,1
cloned objects 50 to 51 crashes
make object cube 1,20
clone object 53,1
cloned objects 52 to whatever "runtime error 7008 - object does not exist line 2"
As you can see some of the above questions are because I am too lazy to find out for myself if they are or are not possible, and at least one maybe a bug. But any answers would be great, Thanks