palmtree
15th March 2010, 05:20 PM
Hi,
Please can someone help.
I used a script from the forum which allows the wep command in IL2 to be assigned to "kick in" when a value is reached on the z axis of the PT.
I would like to assign a button (button 4 on the CStick) to override this function and set the WEP to always on for use with German MW50 engines.
I have tried the following script, but I need to hold down button 4 at all times which is impractical.
// WEP
IF(JS1.B4)
THEN
CMS.B1=[JS2.A3<=255];
ELSE
CMS.B1=[JS2.A3<1];
ENDIF
Hope this makes sense as I just can't get my head around how to achieve this! :confused:
Thanks!
Pt
Please can someone help.
I used a script from the forum which allows the wep command in IL2 to be assigned to "kick in" when a value is reached on the z axis of the PT.
I would like to assign a button (button 4 on the CStick) to override this function and set the WEP to always on for use with German MW50 engines.
I have tried the following script, but I need to hold down button 4 at all times which is impractical.
// WEP
IF(JS1.B4)
THEN
CMS.B1=[JS2.A3<=255];
ELSE
CMS.B1=[JS2.A3<1];
ENDIF
Hope this makes sense as I just can't get my head around how to achieve this! :confused:
Thanks!
Pt