Here is my Remove code:

Code:
function remove_plasma_ball()
{
	if(you == player) return;
	printf("Yeha", NULL);
	if(event_type == EVENT_BLOCK)
	{
		effect(hit_block_effect, 0, target, normal);
	}
	ptr_remove(me);
}