Jump to content

Recommended Posts

Posted

you missed the "=" before the {.

 

mist.flagFunc.units_LOS = 
{
unitset1 = {'[u]Rus EW RDR'},
altoffset1 = 1,
unitset2 = {'[blue][plane]','[blue][helicopter]'},
altoffset2 = 1,
flag = 2,
radius = 140000,
interval = 10,
}

Author of DSMC, mod to enable scenario persistency and save updated miz file

Stable version & site: https://dsmcfordcs.wordpress.com/

Github for latest version: https://github.com/Chromium18/DSMC

Posted

Maybe this, but I didn't remember correctly how works it.

 

mist.flagFunc.units_LOS({
unitset1 = {'[u]Rus EW RDR'},
altoffset1 = 1,
unitset2 = {'[blue][plane]','[blue][helicopter]'},
altoffset2 = 1,
flag = 2,
radius = 140000,
interval = 10,
})

 

Should check that before

Author of DSMC, mod to enable scenario persistency and save updated miz file

Stable version & site: https://dsmcfordcs.wordpress.com/

Github for latest version: https://github.com/Chromium18/DSMC

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...