Caldera Posted December 3, 2022 Posted December 3, 2022 Hey All, I am messing the F-10 Radio Menu's for the first time. I notice that no matter the order that I arrange them in the ME trigger list that the ME sorts them differently / randomly. For Example: (F=flag V=value) These lines are arranged in this order on the trigger list. F1 V1 = Ground Targets F1 V2 = Air Defense F1 V3 = Aircraft Rotary F1 V4 = Aircraft Easy F1 V5 = Aircraft Medium F1 V6 = Aircraft Hard The in game F-10 menu display sorts them as: F1 = Aircraft Easy F2 = Aircraft Medium F3 = Aircraft Hard F4 = Ground Targets F5 = Air Defense F6 = Aircraft Rotary Any solution out there for controlling the order of the F10 display? Thanks in advance, Caldera
TEMPEST.114 Posted December 3, 2022 Posted December 3, 2022 Are you adding them all at once or at different stages of the script? Or via the mission editor?
Caldera Posted December 5, 2022 Author Posted December 5, 2022 Elphaba, I am adding them all at once. Right near the top trigger list in the ME. I am even noticing that the order can change just from one mission load to the next / shuffle them at will. Caldera
TEMPEST.114 Posted December 6, 2022 Posted December 6, 2022 Can you show the triggers for the menu items? Not them being used? Why are you adding them individually and not all at once in one ACTION? Are they being added depending on other conditions? These screenshots don't show anything useful right now. As far as my understanding goes, the LUA environment gets parsed once per second, and if you are adding all these menu options on their own individual triggers then it just depends how these are being triggered during it's 'run' through every second. Just add them all at the same time in the order you want.
Caldera Posted December 8, 2022 Author Posted December 8, 2022 Elphaba, Thanks for your help, I think I got it. I never knew this: On 12/6/2022 at 2:57 PM, Elphaba said: Why are you adding them individually and not all at once in one ACTION? Works fine now. Caldera 1
Recommended Posts