The comms disruption brought in for CoW is so exciting that it prompted me to try some lua scripting.
My first forays into this went well. I used some of the examples available online and lua is a very powerful tool.
However, when I try my version of this example shown in Warfaresims.com:
Code: Select all
ScenEdit_SetUnit({Side="NATO", Name=”Osiris”, OutOfComms=”True”})
I get an error. There is an unexpected character near a symbol, the console says. I know is not the unit name or the side. So it must be the OutOfComms part.
My question is: does OutOfComms part of the table requires some other piece of code? Is OutOfComms functional at this time?
Thanks,
JC