Page MenuHomeFeedback Tracker

selectDiarySubject and BIS_fnc_selectDiarySubject don't seem to work
Closed, ResolvedPublic

Description

Executing the command or function does not seem to select a diary subject.

Details

Severity
Tweak
Resolution
Fixed
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce
  1. Preview a mission
  1. Execute the following in the debug console
//Function
player createDiarySubject ["BIS_fnc_selectDiarySubject","BIS_fnc_selectDiarySubject"]; 
 
findDisplay 49 closeDisplay 0; //Close ESC menu 
openMap true;
systemChat format ["Map Visibile: %1 Subject Exists: %2", visibleMap, player diarySubjectExists "BIS_fnc_selectDiarySubject"]; 
["BIS_fnc_selectDiarySubject"] call BIS_fnc_selectDiarySubject;
//Command
player createDiarySubject ["selectDiarySubject","selectDiarySubject"]; 
 
findDisplay 49 closeDisplay 0; //Close ESC menu 
openMap true;
systemChat format ["Map Visibile: %1 Subject Exists: %2", visibleMap, player diarySubjectExists "selectDiarySubject"]; 
player selectDiarySubject  "selectDiarySubject";
Additional Information

Game Version: 2.00.146755

Event Timeline

R3vo created this task.Oct 10 2020, 1:19 PM
R3vo edited Steps To Reproduce. (Show Details)
R3vo edited Steps To Reproduce. (Show Details)
BIS_fnc_KK changed the task status from New to Assigned.
R3vo added a comment.Feb 3 2021, 8:38 PM

Fix was added in EXE rev. 147201 (game). Change to feedback please 😃

dedmen changed the task status from Assigned to Feedback.Feb 3 2021, 10:22 PM
R3vo added a comment.Feb 4 2021, 9:33 AM

The command works, the function doesn't.

the function is data and we have data lock so not until AoW is released

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Feb 15 2021, 12:04 AM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
R3vo added a comment.Apr 27 2021, 11:47 PM

Works! Can be closed.

R3vo removed a subscriber: R3vo.May 2 2021, 1:36 PM
LouMontana closed this task as Resolved.May 3 2021, 11:24 AM
LouMontana changed Resolution from Open to Fixed.