I'm thinking about an alternative solution for players to customize their OESP programs.
Due to screen size limitation, current "special option" one can only support 5 programs.
But if we use lua file, it can support more, and it won't break IC.
-------------------------------------------------------------------------------------
Special GUI option:
Pros: GUI and user friendly;
Cons: Only 5 programs; cannot make change when active in mission (SP or MP);
Lua script:
Pros: more programs (up to 15); can make modification when in mission (SP or MP), and take effect after switch jf-17;
Cons: script, no GUI, not user friendly