endType setDebriefingText [title, description]

Operand types

endType: String
[title, description]: Array

Type of returned value

Description

Sets debriefing text for endType defined in CfgDebriefing.

title: String
description: String

Used In

Arma3

Example

_currentObjective = (taskDescription (currentTask player)) select 2;
"endDeath" setDebriefingText ["You Lose","All of your men were killed while assaulting the " + _currentObjective];
Search OFPEC COMREF