Introduction

What is "H-60 AI Startup"?

H-60 AI Startup is a project which allows AI to fly Hatchet H-60 helicopters, shoot their door guns, and play with their lights.

Can I use this in a mission or include some code in a mod?

Yes. This project was started with the intent of sharing it. The project is open source with a "unlicense" license which mean you are free to do what ever you want with the code.

How do I use this in my mission?

  1. Copy the configs and functions folders from Configs_Functions into the root of your mission file.

  2. Open your description.ext and in class CfgFunctions paste #include "configs\CfgFunctions.hpp".

  3. You should now be able to paste [this] call PDT_H60_Startup_fnc_startupBird; in the init of an H-60.

See the function documentation for information about the functions within this project.

Demo mission

A demo mission is available in Demo_Mission. Paste it into Documents\Arma 3 - Other Profiles\Your_Profile\missions then open the editor. Press "Ctrl + O" and open the mission. When you're ready to preview the mission press "Preview" in the bottom right corner.

Last updated