Call of Duty Script Documentation
objective_string( <objective_number>, <string> ...)
ModuleObjective
Summary
Set the description string for an objective
Example
objective_string(index, &"SCRIPT_OBJ_DESTROYFLAKPANZERS", level.flaks_remaining);
Minimum Number of arguments: 2
1 : <objective_number> The ID of the objective to alter
2 : <string> One or more (localised) objective strings
Number of optional arguments: 0
Return to Function List