Ifplayersl

From EDukeWiki
Revision as of 16:24, 3 June 2013 by Hendricks266 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. Its only purpose was to check if there was more than one player in the map, and was replaced with ifmultiplayer in subsequent versions.