Executing the command or function does not seem to select a diary subject.
Description
Description
Details
Details
- Severity
- Tweak
- Resolution
- Fixed
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Scripting
Steps To Reproduce
- Preview a mission
- 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