Variables/Player Group

From HIVE
Revision as of 10:13, 27 March 2013 by DevliN (talk | contribs) (DevliN moved page Player Group to Variables/Player Group without leaving a redirect)
Jump to navigation Jump to search

A Player Group is complex variable type, that represents a group of up to 16 players. Each player can only be present once, and they are always in order of their player indexes.

Most obvious use of Player groups is for teams, but they can be used to contain any combination of players that you might find useful.

You are forced to use those from times to times to achieve things such a displaying a message on the screen. Indeed, the action "Text Message" displays the message to a Player Group, instead of a Player. There is however a simple function that creates a group of one given player, exactly for these situations.