Call of Duty Script Documentation

objective_string_nomessage(<objective_number>, <string> ...)


Module
Objective


Summary


Set the description string for an objective, without posting an "objectives updated" message 

Example


objective_string_nomessage(index, &"SCRIPT_OBJ_DESTROYFLAKPANZERS", level.flaks_remaining);

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List