Backer-55172 Posted August 9, 2020 Posted August 9, 2020 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!
Foregotten Posted September 13, 2020 Posted September 13, 2020 if lgState == 1 You don't need the () around that.
Tenryuta Posted September 16, 2020 Posted September 16, 2020 or press g, unless they have benefits/losses staying out(why is there ingame modding to begin with*gets script error when changing pilot mode, *facepalm)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now