This is not working on Mist 4_3_74 im trying to get just a simple flag tu turn on while a single plane enters zone "rocco" and I cant get it to work...
mist.flagFunc.units_in_zones{
units = {'eagle'},
zones = {'rocco'},
flag = 6,
zone_type = 'cylinder',
stopflag = 10004,
toggle = true,
}
Any Ideas?
Thanks