object - objectX - mission


void AddBriefing(string strText,...)

 

Scope: private

Parameters
strText - format string
'...'       - up to 6 paramteres which can be both string or int.

Return values
none

Description
This function adds a new mission briefing and shows briefing window.
strText may contain special sequences <%1>,<%2> etc meaning: replace the sequence by the n-th (1st 2nd etc.) optional parameter.

See also