- Add defend, delivery, destroy, and HVT prototype task flows - Add supporting entity controller prototypes and init settings - Gate mission manager PFH behind `enableGenerator`
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
#include "script_component.hpp"
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
private _category = [QUOTE(MOD_NAME), LLSTRING(displayName)];
|
|
|
|
#include "initSettings.inc.sqf"
|
|
|
|
call FUNC(initTaskStore);
|