WarCraft: Source

 

registerMinLevel

Page history last edited by Dave 1 yr ago

registerMinLevel


This is a command to register a minimum level to a race. The level needed is the total level, not a race level. People usually register Minimum Levels to high level class  races, which are slighlty more powerful.

 

The correct syntax is:

 

wcs.Race('My Race Name').registerMinLevel(<level>)

 

  • Level - This is the level that you want to register. Any player below this level is unable to select the race.

 


 

Example:

 

race = wcs.Race('The Hulk')

race.registerMinLevel(250)


Note: If you do not have a minum level, you do NOT need to use this command!

 

 

 

Comments (0)

You don't have permission to comment on this page.