EndMission

From Ashes of the Singularity - Official Wiki
Revision as of 10:14, 22 February 2018 by AlphonsoHornibro (talk | contribs) (Created page with "The EndMission command ends in a mission, either in a win or a loss. EndMission Victory: 1=Win, 0=Loss String: ​String representing a line in the mission text .CSV file in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The EndMission command ends in a mission, either in a win or a loss.

EndMission Victory: 1=Win, 0=Loss String: ​String representing a line in the mission text .CSV file in the assets\UIText folder

An example of what this looks like:

 <Trigger Name="tActualLoss" Type="Timer" Timer="1" Inactive="1" >
   <EndMission Victory="0" String="Atwater_LossString" />
 </Trigger>