lol, I was just going to comment on that
Another hint, instead of going to a sub rutine when the cubes health reaches zero, just type the command "exit". This will exit the loop currently being processed (the do loop). SO the updated code should be:
make object cube 1,5
position object 1,10,0,10
life =100
make object cube 2,10
position object 2,0,0,0
wait key
do
if object hit (1,2)
dec life,50
endif
if life=0
exit
endif
control camera using arrowkeys 0,0.5,0.5
lock object on 2
loop
end
"I must tell the Queen that a robin has seen Cludd hanging about. No, thats not right. I must tell the robin that Cludd has been hanging the Queen..." -Mossflower.