TGame.ScoreLimit

From Soldat Community Wiki
Jump to: navigation, search
property ScoreLimit: Byte
 Access mode: RW

Description

Number representing the score after which the map will be changed.

Comments

Imagine a CTF match with the score 5-5 and Game.ScoreLimit = 10. 
If you change the Game.ScoreLimit to 3 now, the map will never be changed
because of the score limit reached (it can be ended by time limit, vote or manually though).