GumidekCZ Posted April 1, 2019 Posted April 1, 2019 Hi, I would like to have MFD buttons scripted to be able control JESTER in F-14B and its BVR commands. For example with one buttond press, the start of key sequence: "A,Ctrl+3,Ctrl+5" I was trying last night to make this scripting on my own, but this is abolutely off my knowledge. PLEASE can somebody help me and show me, how exactly to do this?
Davee Posted April 2, 2019 Posted April 2, 2019 (edited) Hi, I would like to have MFD buttons scripted to be able control JESTER in F-14B and its BVR commands. For example with one buttond press, the start of key sequence: "A,Ctrl+3,Ctrl+5" I was trying last night to make this scripting on my own, but this is abolutely off my knowledge. PLEASE can somebody help me and show me, how exactly to do this? This should work if I recall. MapKey(&xxxMFDxxx, xxxbuttonnamexxx, CHAIN(a, L_CTL+'3', L_CTL+'5')); I don't have an MFD so you will know better the name where I put xxxMFDxxx. Edited April 2, 2019 by Catseye
SGT Coyle Posted April 6, 2019 Posted April 6, 2019 MapKey(&RMFD,OSB1, CHAIN(PULSE+'a', D(), PULSE+L_CTL+'3', D(), PULSE+L_CTL+'5')); Look at pg 23 in the TAGET Editor Basics manual. I think your gonna need to have built in delays and pules the commands. Try that and see if it works for you. Night Ops in the Harrier IYAOYAS
Recommended Posts