If condition: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
If conditions evaluate the specified statement, and run code based on the returned value of the evaluation. If conditions are boolean (true or false), and may be strung together.
#REDIRECT [[:Category:If conditions]]
 
Example code:
 
[[ifdead]] { [[spawn]] BLOODPOOL [[killit]] }
 
If conditions may be used in conjunction with an [[else]].

Latest revision as of 01:07, 4 October 2005