so i am making a plane to celebrate 200 points, and i am obviously gonna make vizzy for it. but on a certain point in my auto takeoff vizzy, it just isnt working like i programmed it to. i made sure that nothing is wrong with the vizzy. can someone please help?
Tags
Question13 Comments
- Log in to leave a comment
-
-
-
-
184 AAZub
@HumanoidCreature to wait until. don't use =. it's best to use <, >, <=, and >= for AGL
-
184 AAZub
@HumanoidCreature "what i did is (on start), then "while true" with (if ag(number) = true then)"
you have to add (or(not[false])) to the right (AG = true) to function better such as enabling and disabling AG as well.
-
184 AAZub
@HumanoidCreature do you have a discord account?
I'm a bit confused about explaining here without pictures -
-
-
254 HumanoidCreature
@AAZub what i did is "on start", then "while true" with "if ag(number) = true then"
-
184 AAZub
@HumanoidCreature Landing gear problems, press preflight configuration then press Activation Group, you can deactivate it. If you create a new craft by default AG 8 and AG 10 are Active.
And if enable AG on vizzy, (set AG(0) = (true)) or (set AG(0) = (1)) to disable AG, (set AG(0) = (false)) or (set AG(0) = (0)).
-
254 HumanoidCreature
@AAZub alright. but the problem is that the vizzy where the landing gear is supposed to go up, just isnt working, its also an ag. i dont know what the problem is for it not working.
-
@HumanoidCreature You're welcome