Call of Duty Script Documentation

objective_position(<objective_number>, <position>)


Module
Objective


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


Number of optional arguments: 0



Return to Function List