User Tools

Site Tools


ded:skip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ded:skip [2017-03-17 08:42] skyjakeded:skip [2017-03-17 08:42] (current) – [Skip directive] skyjake
Line 1: Line 1:
 +====== 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