Difference between revisions of "WHEN PLAYER NUM"

From 3DGE Wiki
Jump to: navigation, search
(Created page with "'''Usage:'''<br> WHEN_PLAYER_NUM <minimum players> [maximum players] '''Description:'''<br> Use this to define how many COOP or DM players have to be in a game for this trigg...")
 
 
Line 11: Line 11:
 
Valid numbers are 1 to 16, since 3DGE can handle up to 16 players.
 
Valid numbers are 1 to 16, since 3DGE can handle up to 16 players.
  
See Also:
+
'''See Also:'''<br>
 
Use [[WHEN_APPEAR]] to define what game modes (like DeathMatch) the script appears in.
 
Use [[WHEN_APPEAR]] to define what game modes (like DeathMatch) the script appears in.

Latest revision as of 16:54, 8 June 2015

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.