Objective: Difference between revisions

From Ashes of the Singularity - Official Wiki
Jump to navigation Jump to search
(Created page with "Objective Name: Arbitrary name given to the objective String: String representing an objective name in the mission text CSV file SetCheck: 1=box is checked, 0=box is not <Obj...")
 
No edit summary
Line 1: Line 1:
Objective Name: Arbitrary name given to the objective String: String representing an objective name in the mission text CSV file SetCheck: 1=box is checked, 0=box is not  
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"/>
<Objective Name="ObjEx" String="Mission5_Objective1A" /> <Objective Name="ObjEx" SetCheck="1"/>
  <Trigger Name="Dialogue_02d" Type="Timer" Timer="1" Inactive="1" >
<Objective Name="Mex_Built_Obj"  String="NewTutorial_Obj_Mex" SetCheck="false" />
    </Trigger>

Revision as of 10:26, 22 February 2018

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"/>

  <Trigger Name="Dialogue_02d" Type="Timer" Timer="1" Inactive="1" >

<Objective Name="Mex_Built_Obj" String="NewTutorial_Obj_Mex" SetCheck="false" />

   </Trigger>