Author Topic: modding the mission files  (Read 1336 times)

0 Members and 1 Guest are viewing this topic.

Offline Zharkov

  • 23
modding the mission files
I have been looking at the .fit mission files and I wonder whether there is a way to comment lines out. That would make testing easier. Can anybody help?

 

Offline Drewbs

  • 24
Re: modding the mission files
//

 

Offline Drewbs

  • 24
Re: modding the mission files
For example:
//------------------------------------------------------------------
//
//     Main Code
//
//------------------------------------------------------------------
      code

            //------------------------------------------------
            // Debug Window Game Clock Second Counter
            // Note:  This is used by some included functions.
            //------------------------------------------------
            gametime = gettime;

Most of those are commented out

  

Offline Zharkov

  • 23
Re: modding the mission files
Thank you very much!

Now I feel a bit stupid - I could have noticed this on my own.
« Last Edit: May 21, 2020, 05:45:47 am by Zharkov »