Hello, I am very new to DCS. I can successfully show all the objects in real-time in another 3D app that I am trying to develop. I can successfully get the real-time object data using Export.lua script. But I need to remove some objects. For example, I can show the missiles launched from SAMs. But after some time missiles explode or become dead (trashed). I can get the type of the objects using: (object.Type.level1.." "..object.Type.level2.." "..object.Type.level3.." "..object.Type.level4). But I cannot see the removed objects from DCS scene. My question is: How can I remove those objects? There is any way to get the life cycle or status of the objects? Thanks.