User Tools

Site Tools


ded:skip

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;
ded/skip.txt · Last modified: 2017-03-17 08:42 by skyjake