Hopefully some idiot will come up with a replacement make game() comand
function MakeObjectCube(ObjNo,Size)
`make original object
make object plain ObjNo,Size,Size
`make the mesh for the limbs
make mesh from object 1,ObjNo
`add and adjust the limbs to form a cube with different sides
add limb 1,1,1
rotate limb 1,1,0,90,0
offset limb 1,1,5,0,5
add limb 1,2,1
rotate limb 1,2,0,270,0
offset limb 1,2,-5,0,5
add limb 1,3,1
offset limb 1,3,0,0,10
add limb 1,4,1
rotate limb 1,4,270,0,0
offset limb 1,4,0,5,5
add limb 1,5,1
rotate limb 1,5,90,0,0
offset limb 1,5,0,-5,5
endfunction
lol.
Part of solving the problem is actually noticing that the problem is there in the first place