Page MenuHomeFeedback Tracker

difficultyOption returns 0 for all RTD difficulty options
New, NormalPublic

Description

As title States.

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce

Local execute with RTD on and options toggled true/false. Script always returns 0 (off)

systemChat format ["Stress Damage - %1",str (difficultyOption "stressDamageEnabled")];
systemChat format ["AutoTrim - %1",str (difficultyOption "autoTrimEnabled")];
systemChat format ["Rough Landing - %1",str (difficultyOption "roughLanding")];
systemChat format ["Wind Enabled - %1",str (difficultyOption "windEnabled")];

Event Timeline

Gnashes created this task.Jul 24 2017, 12:20 AM