4. Comments in missionsΒΆ

As it is known, many creators of missions put some comments and notes for themselves directly inside mission file.

il2fb-mission-parser treats as comments everything that stands to the right from the following delimiters including delimiters themselves:

  1. ;
  2. #
  3. //
  4. --

Example:

[Target]
  1 2 0 0 750 19750 4275 500 ;0
  1 2 0 0 750 21096 14030 500 #1
  1 2 0 0 750 21971 19014 500 //2
  1 2 0 0 750 17744 27538 500 --3

Comment blocks are not supported.