EndMission

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