Page MenuHomeFeedback Tracker

Objectives in task screen do not represent current task state.
Closed, ResolvedPublic

Description

Objective / tasks are do not represent their current task state. For example, upon completing an objective, the task should have a little green check, instead it does not change at all. This applies to create, failed and cancelled tasks aswell.

Details

Legacy ID
2394505703
Severity
Major
Resolution
Unable To Duplicate
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  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"];

  1. Create a trigger
  2. In the condition put "!alive civi"
  3. In the activation put "1" objStatus "DONE"; tskobj1 setTaskState "SUCCEEDED"; obj_1 = true; publicVariable "obj_1";
  4. Notice the objective complete on the top right corner
  5. Press J to view tasks
  6. Notice the objective has not been checked off
Additional Information

I have tried this many different times but there is no reason why this shouldn't be working. Objective complete is shown on the top right showing that the trigger works well. It should be fixed to resume mission editing.

Event Timeline

xX_Fr0st-W0lf_Xx edited Additional Information. (Show Details)
xX_Fr0st-W0lf_Xx set Category to Scripting.
xX_Fr0st-W0lf_Xx set Reproducibility to Always.
xX_Fr0st-W0lf_Xx set Severity to Major.
xX_Fr0st-W0lf_Xx set Resolution to Unable To Duplicate.
xX_Fr0st-W0lf_Xx set Legacy ID to 2394505703.May 7 2016, 11:39 AM

Use the new " Create Task module? "

http://www.armaholic.com/forums.php?m=posts&p=138585#138585

Simpler but bugged sometimes

Unable to repro in latest dev build.