How do I command an AI to open or close the ramp

From RKSL Studios Knowledgebase
Jump to navigation Jump to search
Action Menu

From version 3.002 up you can now tell you AI driver to open/close the ramp via ingame commands.

  1. Using the Function keys select your driver.
  2. Press 6 to bring up the Actions control options.
  3. If the UserAction conditions are met the option to open and close the ramp or masts.

Conditions to open the Ramp are:

  • Speed must be less then 5 kph)
  • The boat must be alive
  • The animationPhase == 0)";

Conditions to close the Ramp are:

  • Speed must be less then 5 kph)
  • The boat must be alive
  • The animationPhase == 1)";