OnPlayerRecoverUsage​Called when the player is about to recover from the 'wounded' stateReturn a non-null value to override default behaviorExamples​""object OnPlayerRecover(BasePlayer player){ Puts("OnPlayerRecover works!"); return null;}Copy