Calliebuncle
Member
Is it possible to make a character that instantly dies in water? I'm currently trying to do so and I've had no luck getting it to work.
Check for player.mo.eflags&MFE_UNDERWATER and perform P_KillMobj(player.mo)
Ideally this would be done in a PlayerThink hook.