1) Go to editor
2) Load Stratis
3) Place a blufor rifle man on the map
4) Place a civilian on the map, name him "Civi"
5) Create an task by useing this script
tskobj1 = player createSimpleTask ["Task Title 1"];
tskobj1 setSimpleTaskDescription ["Task Message 1", "Task Title 1", "Task HUD Title 1"];
6) Create a trigger
7) In the condition put "!alive civi"
8) In the activation put "1" objStatus "DONE"; tskobj1 setTaskState "SUCCEEDED"; obj_1 = true; publicVariable "obj_1";
9) Notice the objective complete on the top right corner
10) Press J to view tasks
11) Notice the objective has not been checked off