move object down 100,10
isn`t a legal command, you can only
pitch object down 100,10
that will tilt it, not move it, you mean
position object 100,0,-10,100
you just need to make four boxes that measure 5000 long, then you position two like this
position object 101,0,0,2500
position object 102,0,0,-2500
then you need to turn two of the wals through 90degrees to get them at right angles to the current walls, and position them on the other axis, like this
turn object left 103,90
turn object left 104,90
position object 103,2500,0,0
position object 104,-2500,0,0
and you have the plain surrounded, remember that the position of an object is at 0,0,0 when it is created, and the positioning is calculated from the middle of the object you create, heres a simple example of the enclosed arena, cheers.
make object box 100,5000,5,5000
position object 100,0,-10,0
for i=1 to 4
make object box 100+i,5000,120,1
next i
position object 101,0,0,2500
position object 102,0,0,-2500
turn object left 103,90
turn object left 104,90
position object 103,2500,0,0
position object 104,-2500,0,0
set camera range 0.5,10000
do
control camera using arrowkeys 0,1,1
loop
Mentor.
PC1: P4 3ghz, 1gig mem, 3x160gig hd`s, Radeon 9800pro w cooler (3rd gfx card), 6 way speakers.
PC2: AMD 2ghz, 512mb ram, FX5200 ultra, 16 bit SB.
Mini ATX cases suck.