Call of Duty Script Documentation
objective_additionalposition(<objective_index>, <position_index>, <position>)
ModuleObjective
Summary
Set an additional position for objectives with multiple positions
Example
objective_additionalposition(level.mortarObjNumber, ent.index, nMortarCarrier.origin);
Minimum Number of arguments: 3
1 : <objective_index> The ID of the objective to alter
2 : <position_index> The position of the objective
3 : <position> The position of the objective
Number of optional arguments: 0
Return to Function List