Ifplayersl: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) Created page with "'''ifplayersl''' <value> { →something: } else { →something else: } This condition is true if the number of players is less than <value>. '''ifplayersl..." |
Hendricks266 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
This condition is true if the [[numplayers|number of players]] is less than <value>. | This condition is true if the [[numplayers|number of players]] is less than <value>. | ||
'''ifplayersl''' is a command originally found in | '''ifplayersl''' is a command originally found in v1.1 of Duke Nukem 3D. | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Player manipulation]] | [[Category:Player manipulation]] | ||
[[Category:If conditions]] | [[Category:If conditions]] |
Revision as of 02:41, 3 June 2013
ifplayersl <value> { /* something */ } else { /* something else */ }
This condition is true if the number of players is less than <value>.
ifplayersl is a command originally found in v1.1 of Duke Nukem 3D.