Code:
action piekser()
{
	while(!ent_ball);
		wait(1);

	while(vec_dist(ent_piekser, ent_ball) > 0.01)
		wait(1);
	
        ent_remove(ent_ball);
}




Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com