PanelBuilder Posted April 5, 2011 Posted April 5, 2011 I wonder if we ought to have a sticky with a basic Export.lua file? The reason I ask is there's new people coming into this all the time. They haven't spent 2 years getting this stuff to work and it must be a challenge. I was thinking maybe just a simple script with like: dofile("./Scripts/Aircrafts/Ka-50/Cockpit/devices.lua") LuaExportStart() LuaExportBeforeNextFrame() (import one switch state) LuaExportAfterNextFrame() (export one lamp state) LuaExportStop()
Recommended Posts