Table of Contents

SkipIf directive

Syntax

SkipIf [Not] -option|gamemode

The rest of the file is skipped if the condition statement is true.

Examples

Skip if the option '-nosound' is found on the command line:

SkipIf -nosound;

Skip if the identity key for the current game does not match 'doom2':

SkipIf Not doom2;