wow im stupid, if you saw what i said, ignore it
ok, here we go. it works. well, at least the collistion does. i cant see it...at all, but i can climb it
` make matrix
Make matrix 1,10000,10000,20,20
` texture matrix
Prepare matrix texture 1,1,1,1
Fill matrix 1,0,1
` Make player
Make object sphere 10,25
texture object 10,2
position object 10,500,0,500
` Randomize the matrix
randomize matrix 1,50
`mountains
for b=0 to 20
set matrix height 1,b,0,5000
set matrix height 1,0,b,5000
set matrix height 1,20,b,5000
set matrix height 1,b,20,5000
next b
prolly something real simple. i tried cut and paste to diffent places and the mountains didnt work at all.
and also (sorry, im really dumb with these matricies) how do i make it so i cant go on the mountains. asin, i dont want the player to beable the leave the square the matrix is making

thanx for anyhelp that will make its way into this post
<{^_^<}