I tried the following, but none of it had any effect:
Code: Select all
Spring.GiveOrderToUnit(unitId, CMD.INSERT,
{ 0, CMD.ONOFF, 0, boolToNumber(s.active)},
{"alt"}
);
Spring.GiveOrderToUnit(unitId, CMD.INSERT,
{ 0, CMD.IDLEMODE, 0, boolToNumber(s.active)},
{"alt"}
);
Spring.SetUnitCOBValue(unitId, COB.ACTIVATION, boolToNumber(s.active))