Fisherman82 Posted January 12, 2024 Posted January 12, 2024 Does anyone know how to write a script for changing radio frequency for a flight? I have been trying but I have not been able to get it to work.
Grimes Posted January 12, 2024 Posted January 12, 2024 https://wiki.hoggitworld.com/view/DCS_command_setFrequency local freq = { id = "SetFrequency", params = { power = 10, modulation = 0, frequency = 131000000, } } Group.getByName("someGroup"):getController():setCommand(freq) The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
Recommended Posts