works great, thanks sooo much...but one more question! i used a similar code for my enemy to shoot, so whats a good way that if one of the models created and shot with c_move hits the player to subtract health?

if (target == player)
{
remDocHealth(10);
}


doesnt wanna work