This script allow to request JTAC drone or Ground Unit and scan a zone via F10 Map Marker
UPDATE 31/05/2025: V 1.5
added option to filter target to scan, (request from CRIMSON) update the following list
-- List all unit you want to exclude from scanning you need to found the Type of the unit (e.g. "Barrier B" which is ["shape_name"] = "M92_BarrierB",["type"] = "Barrier B",
-- sometime the type in mission editor is not real type like in ME : ORCA type is: Orca Whale but in mission (file inside the miz file) type - Orca
-- you can also found the type in the traget list it ithe first name you see "target type: target name" in the list
exclude_Targets =
{
{typeName = "Barrier B"},
}
-- Example: Exclude any target (unit name) whose name starts with one of these prefixes
exclude_TargetNames = {
"Static", -- excludes "Static_AAA", "Static_123", etc
"Hidden_",
}
also fix the target list menu , now allow to get all target in multiple pages