Just make a requirement that compares the number of queued or better workers to be below 15 and add it to the train ability.
Use:
- compare 'less than'
- - - - - count 'probes' 'queued or better'
- - - - - constant '15'
Then add a small text like "max 15 workers" into the compare and you are done.


ElBushido Regular ShmoeHello all!
I want make this so a player can only warp-in/train/spawn 15 workers throughout the game.
I was fooling around with protoss and I was able to limit the number of workers by going to: warp in probe ability > Info charge count max > I set this to 15 (max worker) > Info charge start > i set this to the same as max (how many times i can use the ability) > Info charge use > set it to 1 so it will count -1 from usage
All works neatly with 1 little bump!
If a worker dies the " Info charge use " wont count it as +1 to info charge use meaning I can only build 15 workers and if they all die I wont be able to replace them.
How do I fix this?
Hope I made sence... :)