Instructions to combine with your own mission folder:
- Copy the directory
eAI
into your own mission folder - In your
init.c
, add the#include
line from this mission’sinit.c
- IMPORTANT: In your
main()
function, add the lineInitDynamicPatrols();
at the end. - Replace the mission name in the
#include
line with your mission name. It should look like:
#include "$CurrentDir:mpmissions/<MISSION>.<MAPNAME>/eAI/AI_init.c"