Closes an objective in a stage in a mission.
Scope
This command should be called between calls to AddStage and CloseStage in a mission's initialisation script.
Syntax
MFK
Lua
CloseObjective();Game.CloseObjective()Examples
MFK
Lua
AddObjective("dummy");
CloseObjective();Game.AddObjective("dummy")
Game.CloseObjective()