OnPlayerWoundUsage​Called when the player is about to go down to the 'wounded' state source might be null, check it before useReturn a non-null value to override the wounded stateExamples​""object OnPlayerWound(BasePlayer player, HitInfo info){ Puts("OnPlayerWound works!"); return null;}Copy