EndMission: Difference between revisions

From Ashes of the Singularity - Official Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
The EndMission command ends in a mission, either in a win or a loss.
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
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:
An example of what this looks like:

Latest revision as of 10:14, 22 February 2018

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>