I would like know if the eyes detection is open or get a detection number (0 no visible, 100 fully visible)
Thx
Event OnEffectStart(Actor akTarget, Actor akCaster) RegisterForSingleUpdate(1)EndEventEvent OnUpdate() If (akCaster.IsDetectedBy(akTarget)) SomebodyGonnaGetAHurtRealBad() Else RegisterForSingleUpdate(1) EndIfEndEvent