Radar to screen multi target
Uses a LUA script to draw green squares on all targets except target 1 which gets a red square. Adjust these values as needed for your creation in the LUA script:
FOV = math.rad(70): Camera FOV.
MIN_SIZE = 1: Minimum square size.
MAX_SIZE = 12: Maximum square size.