Nullop
From EDukeWiki
Category: Duke3D 1.3/1.5 commands
Null operation. Use this instead of empty braces to signify doing nothing.
Instead of ifpdistl 1024 { } else killit, do ifpdistl 1024 nullop else killit.
Main Page | Recent changes | Edit this page | Page history | Not logged in
Log in | Help |
From EDukeWiki
Category: Duke3D 1.3/1.5 commands
Null operation. Use this instead of empty braces to signify doing nothing.
Instead of ifpdistl 1024 { } else killit, do ifpdistl 1024 nullop else killit.