Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

Assigned Lua Script to GoFlight Control doesn't work

I created an event to launch BetterPushBack so that I can map it to a button.
The event launches a LUA script
Event Name="LUA_call_push_back.lua" ID="141" Backgnd="False"
    Task ID="0" Type="RunLUA" FileName="C:\Users\pauld\Documents\GoFlight Interface Tool\LUA\call_push_back.lua" /
/Event
I removed the <> in the code otherwise it's not visible in the forum post

The lua script has 1 single line
command_once("BetterPushback/start")

I can map the event to a button, but when I push it nothing happens.
If I move the LUA file to the scripts folder from FlyWithLua, betterpushback opens as soon as the lua script is loaded.

Any idea why this doesn't work ?

Answers

Sign In or Register to comment.