Game Maker

Team Condition

Check if a player is on a specific team.

The Team Condition checks whether the target player is currently a member of a specific team.

Configuration

  • Team: The team you want to check against. You select this from a list of all teams you have created in the Team Module.

Use Cases

  • Creating team-specific trigger areas (e.g., only players on the Red Team can enter the Red Base).
  • Applying different effects to different teams.
  • Checking if a player has chosen a team before allowing them to proceed.

Example: Team-Specific Heal Zone

You want a region that only heals players on the Blue Team.

  1. Region & Event: Create a region called BlueHealZone with a Player Enter Region event.
  2. Action: Add a Conditional action.
  3. Configuration:
    • Condition: Team Condition
      • Team: Select your "Blue Team".
    • If Actions: Add a Heal Player action.