Addons:
None
Summary:
This mission is to demonstrate the use of multiplayer compatible Call Support functionality. You can direct any AI unit(s), who will mount up, move to, and dismount, to any location on the map.
Usage:
Drop an unit or group and provide a name e.g. for a repair truck, REPAIR.
To initialise the code and action item for team leaders, add the following to your INIT.SQF file.
Code:f_initCallSupport = compile preprocessFileLineNumbers "crB_scripts\crB_initCallSupport.sqf";
[player, REPAIR, "Repair Truck"] call f_initCallSupport;
setGroupIconsVisible [true, false]; // this line is optional but useful in tracking where the units are on the map.
Parameters:
player - applies to all players loading the mission
REPAIR - this is the AI unit name
"Repair Truck" - a description used to identify the unit
Created by:
(AEF)Wolffy.au [CTB]
Visit us a http://creoBellum.org
Change Log:
v0.2
Initial release
TODO:
- override the menu Call Support option if possible (if you know how, please let me know)
- add support for helo's (I already have the code for this, just need to integrate it)
Syndicated:
- http://forums.bistudio.com/showthread.php?p=1725246
- http://www.armaholic.com/forums.php?m=posts&q=11600
- http://www.ausarma.org/forum/viewtopic.php?f=29&t=439
- http://www.aef-hq.com.au/aef3/forum/viewtopic.php?f=338&t=58317
| Attachment | Size |
|---|---|
| cB_callSupport_0-2.zip | 8.47 KB |



