Objective

From Ashes of the Singularity - Official Wiki
Revision as of 10:32, 22 February 2018 by AlphonsoHornibro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Objective command is used to display and update the in-game objectives panel in the top right corner.

Objective Name: Arbitrary name given to the objective String: String representing an objective name in the mission text CSV file SetCheck: true=box is checked, false=box is not <Objective Name="ObjEx" String="Mission5_Objective1A" /> <Objective Name="ObjEx" SetCheck="1"/>

Here's an example of what it'd look like:

<Trigger Name="Dialogue_02d" Type="Timer" Timer="1" Inactive="1" >
   <Objective Name="Mex_Built_Obj"  String="NewTutorial_Obj_Mex" SetCheck="false" />	
</Trigger>