sorry but you have a print("death count")
line inside the _on_respawn_area_entered()
, and you said nothing is displayed in the debug.
this is quite a strong evidence that piece of code is NOT being executed, meaning _on_respawn_area_entered()
is not called, or am i wrong?