GET INTERNATIONAL SPARE

From FIFA Manager Modding Wiki
GET_INTERNATIONAL_SPARE
ID 25
Games
scripting instructions

Adds teams from the specified competition's country spare to the current competition. Teams which play in any other country's competitions are ignored. This instruction, in combination with GET_INTERNATIONAL_TAB_LEVEL_X_TO_Y, was used for TOYOTA competition.

Parameter Location Description
{ COMP_ID } inline competition ID (only Country ID is necessary here)
INT 1 number of teams to add
  • IF country has DB_SPARE competition
    • FOR each team in the spare competition
      • IF team doesn't play in any country's LEAGUE, POOL or RELEGATION competitions
        • Add the team to the current competition

Notes[edit | edit source]

Since FIFA Manager 12 this instruction has no any effect.