Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TFAR Tracking activated by script

If you want to enable/disable TFAR tracking by script, you can do it with the following code:

["crowsEW_spectrum_toggleRadioTracking", [true]] call CBA_fnc_globalEventJIP;

And changing true to false will disable it again.

["crowsEW_spectrum_toggleRadioTracking", [false]] call CBA_fnc_globalEventJIP;