Is possible to use F10 marker to replace external app ? so only one thing we need just a lua script
I'm trying to make one but since I have no experience with DCS scriping so I take long time to try things
maybe you can add this to "the way" or provide some advice to me
---------------------------------------------------------------------------
the map marker can iterate using world.getMarkPanels()
we can trigger the input script from radio menu
but , how do I filter markers add by current player (the player click the radio menu item) ? seems only infomation can id player in marker data is player name,
but can't find a way to get player name that trigger radio menu, any idea?
also , where is best place to trigger this script? (to add the radio menu)