Page 1 of 1

ChgObjective: question

Posted: Sat Nov 08, 2008 1:01 pm
by jastaV
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

Posted: Sat Nov 08, 2008 1:21 pm
by Lafrite
Yes, value 0 remove a objectif from the list

Posted: Sat Nov 08, 2008 1:45 pm
by jastaV
Lafrite wrote:Yes, value 0 remove a objectif from the list


Good!

Thanks