We have many examples of ChgObjective Commands used to add news objectives during a scenario:
ChgObjective; $Berlin|10
ChgObjective; $Dresden|5
Suppose these ones will add Berlin and Dresden as Objectives to two factions.
F05; NULL; ChgObjective; $Berlin|10
C05; NULL; ChgObjective; $Dresden|5
Suppose these last two should add Berlin to FRA side Objectives list, while Dresden is added to COA side Objetives list.
How then to remove existing objectives from a list?
ChgObjective; $Berlin|0
Does this work for removing Berlin?
Thanks in advance for replying