Quote:

if(plBiped01_entity._health__003 != NULL)



you are checking whether the SKILL is null (though a skill can't have this value ;P), you need to check whether the ENTITY is null

if(plBiped01_entity != NULL)