Call of Duty Script Documentation
objective_state( <objective_number>, <state> )
ModuleObjective
Summary
Sets the state of an objective
Example
objective_state(8, "done");
Minimum Number of arguments: 2
1 : <objective_number> The number of the objective to alter
2 : <state> A string value representing the state of the objective. Valid states are "empty", "active", "invisible", "done", "current" and "failed"
Number of optional arguments: 0
Return to Function List