How to Modify END option in Arma 3

In this tutorial I will explain how to modify the triggers END option in arma 3 editor.

VIDEO EXAMPLE

Bear in mind that this is just for END1, but you can use it for any of END# (END1 trough END6) just change the value in the code.
  • The code for the description.ext is below, just copy, paste and add your text in title and description
class CfgDebriefing
{
 class End1
 {
  title = "";
  subtitle = "";
  description = "";
  pictureBackground = "";
  picture = "b_inf";
  pictureColor[] = {0.0,0.3,0.6,1};
 };
};