I meant with the lights. Here's what I've been trying:
make object box 1, 20, 20, 20
make object box 2, 20, 20, 20
move object left 2, 50
load image "c:\rockwall\texture\brickdiffuse.png", 1
load image "c:\rockwall\texture\bricknormal.jpg", 2
texture object 1, 1
set bump mapping on 1, 2
make light 1
set object light 1, 1
set object ambient 1, 1
show light 1
set ambient light 0
do
position light 0, camera position x(), camera position y(), camera position z()
position light 1, camera position x(), camera position y(), camera position z()
control camera using arrowkeys 0, .05, .05
LOOP
Lighting only works on the box that isn't bump mapped.
http://mattsmith.carbonmade.com/