When Player Num:

number or minimum
maximum (optional)




Use this to define how many COOP or DM players have to be in a game for this trigger to exist.

Valid entries are 1-8 (since EDGE can handle up to 8 players). The maximum must be greater than the minimum number.

If only the number or minimum is entered, that exact number of players must exist in the game for this trigger to exist.

ex: you want this trigger to exist only when there are 4 players in the game, set the minimum to 4, and leave the maximum blank. You could add an extra weapon this way when there are 4 players only in the game.

If the number or minimum and maximum are entered, it's treated as a range: the trigger will exist when any number of players within the range exists in the game.

ex: you want to set a range for your map to have more weapons when there are 5-8 players in the game (more weapons for more players), then add this trigger with the mimimum of 5, and maximum of 8. This trigger would exist when there are 5, 6, 7, or 8 players in the game.