WHEN PLAYER NUM

From 3DGE Wiki
Revision as of 16:54, 8 June 2015 by Corbin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage:
WHEN_PLAYER_NUM <minimum players> [maximum players]

Description:
Use this to define how many COOP or DM players have to be in a game for this trigger to exist. Useful for splitscreen multiplayer and/or bots.

Details:
<minimum players> gives the minimum number of players. [maximum players] gives the maximum number of players, with no limit when this value is absent.

Valid numbers are 1 to 16, since 3DGE can handle up to 16 players.

See Also:
Use WHEN_APPEAR to define what game modes (like DeathMatch) the script appears in.