RESERVE ASSESSMENT TEAMS

From FIFA Manager Modding Wiki
RESERVE_ASSESSMENT_TEAMS
ID 2
Games
scripting instructions

Increases reserved assessment space by specified number, for country that is placed at specified position in the assessement table.

Parameter Location Description
INT inline assesment position (starting from 1)
INT inline number of reserve spaces to add
  • Increases reserved assessment space.

Notes[edit | edit source]

The specified number of spaces is added to the current number. So if you use such combination:

RESERVE_ASSESSMENT_TEAMS 1 3 ; reserve 3 teams for country at #1 position
RESERVE_ASSESSMENT_TEAMS 1 5 ; reserve 5 more teams for country at #1 position

the number of reserved spaces for country at #1 position will be equal to 8 (5+3).