I have version 6.6, but these are the only commands it says i have:
DELETE TERRAIN
GET TERRAIN HEIGHT
GET TOTAL TERRAIN HEIGHT
MAKE TERRAIN
POSITION TERRAIN
TERRAIN EXIST
TERRAIN POSITION X
TERRAIN POSITION Y
TERRAIN POSITION Z
TEXTURE TERRAIN
I don't have the commands shown in the example:
make object terrain 1 ` create the terrain object
set terrain heightmap 1, "map.bmp" ` set the heightmap
set terrain scale 1, 3, 0.6, 3 ` set the scale
set terrain split 1, 16 ` split value by 16 * 16
set terrain tiling 1, 4 ` detail map tiling
set terrain light 1, 1, -0.25, 0, 1, 1, 0.78, 0.5 ` light - xdir, ydir, zdir, red, green, blue, intensity
set terrain texture 1, 1, 2 ` base and detail texture
build terrain 1 ` finally build the terrain
Thanks