Jump to content

Spadje

Alpha Tester
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Spadje

  1. Hello all, new to the forums and am not sure if I am at the right spot. I am trying to do a simple LUA script to output "Landing Gear Down" / "Landing Gear Up"

     

    I wrote the following and get no errors but also get no output

     

    Monitor.clear()
    lgState=LandingGear.getState()
    end
    if(lgState==1)
    then
       Monitor.addText(0,0,10,"Landing Gear Down")

     

    What am I missing?

     

    Thanks for any help!

×
×
  • Create New...