I6 - Disable Scoring?

Is there a way to turn off or disable the scoring system in I6?

I have searched and tried Constant NO_SCORE; with no luck.

NO_SCORE is the answer.

Constant NO_SCORE;

You have to put that line before your first Include statement.

2 Likes

Thank you, Jeff