CHANGE TEAM TYPES

From FIFA Manager Modding Wiki
CHANGE_TEAM_TYPES
ID 33
Games
scripting instructions

Changes team types for all teams in the current competition. It may be used for reserve or youth tournaments.

Parameter Location Description
INT inline new team type (see Team Type)
  • Changes team types for all teams in the current competition.

Example[edit | edit source]

COPY_LEAGUE_DATA, { 14, LEAGUE, 0 } ; get all teams from league
CHANGE_TEAM_TYPES, 1                ; change all teams to reserve teams