Ifactioncount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
ifactioncount <number>
ifactioncount <number> { do something } else { do something else }


Checks if [[actioncount]] is <number>.
[[If condition]] returning true if [[actioncount]] is equal to <number>.

Revision as of 13:12, 23 December 2004

ifactioncount <number> { do something } else { do something else }

If condition returning true if actioncount is equal to <number>.