registerTeamLimit
This command makes it so that only a certain amount of races are allowed to be played at any one time for a certain team. This makes it so it isn't 5 totally high leveled races against 5 starter races. It's always a good idea to use this command on high level races.
The correct syntax is:
wcs.Race('My Race Name').registerTeamLimit(<amount to limit to 1 team>)
- Amount to limit - This is the number of people allowed to play the race on any one team at any one time
Example:
race = wcs.Race('Freddukes')
race.registerTeamLimit(2)
Note: If there is no limit for your race, do NOT use this command!
Comments (0)
You don't have permission to comment on this page.