Init.sqs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[category:Operation FlashPoint: Editing]]
[[category:Operation Flashpoint: Editing]]


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


The init.sqs file is a good place to load scripts, and variables before the mission begins.
The init.sqs file is a good place to load scripts, and variables before the mission begins.

Revision as of 22:40, 3 July 2006


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

The init.sqs file is a good place to load scripts, and variables before the mission begins.