what specific event does it trigger under?
from what the doc says its triggered when a player is revived... so you can cancel the revive?
To be more specific, in game I am doing the following to trigger the hook
using the above code
1. Spawn a player using console command spawn player (also tested with real players)
2. Proceed to bash player in face with rock until wounded, laying on ground but not dead.
3. Holding E on the downed player until he gets back up, expect to see a message.. but there is none?
and this hook is working as intended?
can you provide me in game critera of how to trigger this hook?
I'm not trying to cancel the revive, I'm trying to track the reviving player after a successful assist of a downed player so I can track total revives for players..
the docs description seems misleading..
from what it says I thought it means when I hold E on a downed player
all the other hooks only provide the player being revived.. how can I get the reviving player?
is there an alternative I can use for my goals?
Thanks