spikenet Posted May 6, 2022 Posted May 6, 2022 Hi everyone, is there a way to CTLD extend JTAC messages when using the jtacautolase function? I did a search through the code and thought this was the variable for the time in seconds: ctld.notifyCoalition(_message, 10, _side) However changing the 10 to 30 etc in the script does not seem to work. Is there a global setting for message length in CTLD? cheers
spikenet Posted May 6, 2022 Author Posted May 6, 2022 figured it out ctld.notifyCoalition(fullMessage, 10, _jtacUnit:getCoalition(), _radio, message) change the 10. 2
Recommended Posts