Jump to content

_MOHAPX_

Alpha Tester
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • backer_title
    Contributor
  • Alpha
    Yes

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

_MOHAPX_'s Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Example pls. Will the distance be calculated to the object below or to the sea level?
  2. You need telemeter. --add item telemeter to bottom ship --connect telemeter to seat --rename slot in control unit editor to "telemeter" --add to system.update() --Auto extend/retract gear local speed = math.floor(vec3(core.getWorldVelocity()):len() * 3.6) if telemeter.getDistance() < 5 and speed < 10 then if Nav.control.isAnyLandingGearExtended() == 0 then Nav.control.extendLandingGears() end else if Nav.control.isAnyLandingGearExtended() == 1 then Nav.control.retractLandingGears() end end
×
×
  • Create New...