Call of Duty Script Documentation
objective_position(<objective_number>, <position>)
ModuleObjective
Summary
Set the position of an objective, assumed to be the zeroth position, must use objective_additionalposition to set a different position index
Example
objective_position(4, get_objective_position("plant_boilerbomb_trigger"));
Minimum Number of arguments: 2
1 : <objective_number> The ID of the objective to alter
2 : <position> The position of the objective
Number of optional arguments: 0
Return to Function List