You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently building a StreamdeckXL profile for the F-5E. While trying to set up a streamdeck display for the chaff and flare counts, the tens and ones positions are associated with different DCS IDs. This means I have to use two different buttons for the chaff and flare displays, like this:
If I could do something to add those two together, like
[new function number] = ([401]*100)+([402]*10)
Then I could just have my streamdeck display the result. But I have no idea how to do this. I see that at the bottom of the F-5E-3.lua file included with DCS-ExportScripts, there's a section called "custom functions." Is there any way to program that new function in the lua file?
The text was updated successfully, but these errors were encountered:
I'm currently building a StreamdeckXL profile for the F-5E. While trying to set up a streamdeck display for the chaff and flare counts, the tens and ones positions are associated with different DCS IDs. This means I have to use two different buttons for the chaff and flare displays, like this:
https://i.imgur.com/YkFJUSY.png
If I could do something to add those two together, like
[new function number] = ([401]*100)+([402]*10)
Then I could just have my streamdeck display the result. But I have no idea how to do this. I see that at the bottom of the F-5E-3.lua file included with DCS-ExportScripts, there's a section called "custom functions." Is there any way to program that new function in the lua file?
The text was updated successfully, but these errors were encountered: