Jump to content
Sign in to follow this  
DArmstrong

What does this code do?

Recommended Posts

statsColumn=2;

coefLoser=0;

coefEnd1=3;

coefEnd2=2;

coefEnd3=0;

coefEnd4=0;

coefEnd5=0;

coefEnd6=0;

Can someone point me at what this does in description.ext? Thanks!

Share this post


Link to post
Share on other sites

Those might be mission related entries.

The root of the description.ext can be accessed with the command missionConfigFile, just the same like the game config can be accessed with the command configFile.

Check the mission scripts for statements like:

getNumber (missionConfigFile >> "statsColumn")

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×