Firebro113 1 Posted May 3, 2019 In the editor, when the player dies, is it possible to show the debriefing screen instead of the usual death screen? Share this post Link to post Share on other sites
Firebro113 1 Posted May 3, 2019 Yes, if you needed verification, that is what I am talking about. When a mission fails, the debriefing screen is shown, but if the player dies, it goes to a death screen showing restart, team switch, and end/return to editor. I want it to show the debriefing screen when the player dies, rather than going to the death screen. This is in the editor, thus I put the post in mission editing category. Share this post Link to post Share on other sites
gc8 981 Posted May 4, 2019 I would try "killed" event handler on the player and call the "end1" call BIS_fnc_endMission; from there. (Or onPlayerKilled.sqf) It's been a while since I worked with single player death screens so I cant remember exactly how to code what your asking 🙂 Share this post Link to post Share on other sites
Firebro113 1 Posted May 4, 2019 Ok, thank you, I'll try it. Share this post Link to post Share on other sites