I found the missing bracket

my.skill40 = 0;
while (my.skill40 < 90)
{
ent_cycle("death", my.skill40);
my.skill40 += 2 * time;
camera.x = player.x;
camera.y = player.y;
camera.z = player.z + 300;
camera.pan = player.pan;
camera.tilt = -90;
camera.roll = 0;
ent_sendnow(my);
wait (1);
}
}
}//this is the missing bracket!