EndMission

From Ashes of the Singularity - Official Wiki
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>