August 1, 201114 yr Hello, I'd like to put a keyboard shortcut to the Go-around button. For the most and (for me) important commands I have used FSUIPC and the LUA script from one of the posts here. I tried to find something with the FSUIPC logging facility but without success. Maybe someone has an idea, or better a solution :) A tutorial on how to find such values to create LUA scripts would be helpful too. Thanks, Torsten
August 1, 201114 yr here you go: ipc.writeLvar("L:GoAroundSwitch", 1)ipc.control(66587,4890)ipc.control(66587,8031)ipc.sleep(200)ipc.writeLvar("L:GoAroundSwitch", 0)ipc.control(66587,8031)ipc.control(66587,4891) just create a lua file and name it GA or something that would identify it and place the lines above and save it sorry i am not allowed to upload the lua file else i would have don it. and it is known that not all Lvars goes to the log. Best regards Lars N.
August 2, 201114 yr Author Hi, I will put it to my existing LUA script and test it. Many thanks :) Regards,Torsten
Create an account or sign in to comment