if want to try something a bit more advanced, try:
If (camera is (say, 2 meters) away from (your character)
___camera point at (your character)
___camera move forward (say, 1 meter)
___wait (say, 0.5 seconds)
else
___do nothing
this string is in the airplane example, which you might have, if you need to see a better example. it uses an if/else statement and a proximity function, which are both cool. and you can change the amounts if it's to fast or to slow.