File | Date | Author | Commit |
---|---|---|---|
README.md | 2018-04-16 |
![]() |
[63dfcf] Update README.md |
initPlayerLocal.sqf | 2018-04-24 |
![]() |
[a21753] Update initPlayerLocal.sqf |
Add initPlayerLocal.sqf to your mission folder, place labeled support modules.
Place Support requester module named SupportRequester
Then place virtual Support modules for each named;
ArtilleryProvider, CasProvider, TransportProvider, AmmoProvider, HelicasProvider
Sync each virtual module back the the main SupportRequester module.
The line containing if (typeOf (_this select 0) isEqualTo "B_T_Medic_F") then {
Whereas quoted class type can be any playable unit "B_T_Medic_F"
playable units with same class name will have the support enabled.