Okay, managed that with a skill1, but my effect doesen´t work - I mean it isn´t shown:
Code:
function remove_plasma_ball()
{
	if(you == player) return;
	effect(hit_block_effect, 100, target, normal);
	my.skill1 = 1;
	ptr_remove(me);
}