Initintro.sqs

From Bohemia Interactive Community
Revision as of 19:20, 7 September 2020 by R3vo (talk | contribs) (Text replacement - " it's" to " it is")

The initintro.sqs file is loaded automatically by the Operation FlashPoint engine when the mission's intro begins. The file resides in the root of the mission directory.

The initintro.sqs file is a good place to load scripts, and variables before the mission's intro begins.


Note: In editor, initintro.sqs is loaded both in Intro and Outro sections, but it is editor bug. Do not use this script to execute outro variables!