damotr 49 Posted February 16, 2018 Since I won't have possibility to check my scripts on another machine for some time I want to ask: is "publicVariable" able to handle arrays in 1.99 ? And if not: Any idea how to achieve the same effect using fwatch? Share this post Link to post Share on other sites
RozekPoland 591 Posted February 16, 2018 https://community.bistudio.com/wiki/publicVariable OFP/CWA can't handle publicVariable array(s). I'm not aware of fwatch providing such a function. Take a look at COC NS (CoC Network Services): Share this post Link to post Share on other sites
damotr 49 Posted February 18, 2018 Okay... Different approach: isServer was introduced on Arma 1.06 and added to CWA I can see that publicVariable supports "String" and "Text" type of data in Arma 1.00. Did anyone know if this was also updated in CWA? I don't see that in change log, but hope dies last :/ Share this post Link to post Share on other sites
prototype1479 63 Posted March 13, 2018 The following Types of data are supported: -Number Since OFP version 1.34: -Boolean -Object -Group Since ArmA version 1.00: -String -Text Since ArmA version 1.09: -Array -Code Since Arma 3 version 1.26: -Nothing (nil) Yeah there might not be a way to use publicVarible to transfer arrays and strings in OFP/ARMA:CWA but you can try something else. Share this post Link to post Share on other sites
damotr 49 Posted March 14, 2018 Yeah, I've seen that, but as I said: "isServer" was introduced on Arma 1.06 and added to CWA. Maybe some commands from Arma 1.00 were also added. I'll check it ASAP... which is not so soon sadly :/ Share this post Link to post Share on other sites
prototype1479 63 Posted March 18, 2018 http://ofp-faguss.com/files/cwa_scripting.pdf Only these commands were updated/added 1 Share this post Link to post Share on other sites