sorry , but I cant help you , I dont have experience with lite-c
but I will give you a tip

make sure you put the function in a while loop like this

action the_player
{
while(1)
{
smooth_camera();
wait(1);
}
}


age:16 game design and programming experience:2 years