User Guide
Quick Reference
Modding
Development
User Guide
Quick Reference
Modding
Development
SkipIf [Not] -option|gamemode
The rest of the file is skipped if the condition statement is true
.
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;