This shows you the differences between two versions of the page.
| ded:skip [2017-03-17 08:42] – skyjake | ded: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 '' | ||
| + | |||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | Skip if the option ' | ||
| + | SkipIf -nosound; | ||
| + | | ||
| + | Skip if the identity key for the current game does not match ' | ||
| + | SkipIf Not doom2; | ||