GET TAB LEVEL X TO Y
GET_TAB_LEVEL_X_TO_Y | |
---|---|
ID | 9 |
Games | |
scripting instructions |
Tries to add teams from the specified league level to the current competition. This instruction does take into account the REL_RULE_TAKE_POINTS
flag (if current competition is a DB_LEAGUE and the flag is set for current competition, points are taken from the league).
Parameter | Location | Description |
---|---|---|
BYTE | 1 | league level (0 - highest level) |
SHORT | 2 | start position in the league table |
BYTE | 3 | number of teams to get from each league |
- Adds teams from the specified league level.
- IF current competition is a DB_LEAGUE
- AND REL_RULE_TAKE_POINTS flag is set for current competition
- Take team points from the league
This command does not guarantee that a specified number of teams will be added to the competition.