April 28, 201313 yr Hello, I like to combine some actions for some planes. I want to put more then on Action on a button press. I guess I have to use if - then - else. But all my tries will not work. Does anybody can show me please an example for such a scipt? Kind Regards Tom
May 2, 201313 yr Thnx I found out how it works. Tom Hi soundrats, Can you give me some clue how to do that ? Thanks... Cedric
May 2, 201313 yr Author Hi soundrats, Can you give me some clue how to do that ? Thanks... Cedric This is an example for all Pitots Heaters On and OFF function Pitot_All_On () ICE_PitotStby_On () ipc.sleep (10) ICE_Pitot_1_On () ipc.sleep (10) ICE_Pitot_2_On () end function Pitot_All_Off () ICE_PitotStby_Off () ipc.sleep (10) ICE_Pitot_1_Off () ipc.sleep (10) ICE_Pitot_2_Off () end Cheers Tom
Create an account or sign in to comment