Page 1 of 1

How to set a max spawn value? [Solved]

Posted: Thu Oct 22, 2009 1:36 pm
by eliminator
Where can i set the max-spawn-value, eg jettrooper...
I think the lines in the lua
special = { "rep_inf_ep3_jettrooper",1, 4},
is only for the ai, right?

Re: How to set a max spawn value?

Posted: Thu Oct 22, 2009 1:47 pm
by fiddler_on_the_roof
the first # means that there has to be that many units as that unit at all times. the 2nd # is the max number for ai and human players

Re: How to set a max spawn value?

Posted: Thu Oct 22, 2009 1:55 pm
by Aman/Pinguin
fiddler_on_the_roof wrote:the 2nd # is the max number for ai and human players
Note: The second one can only affect players, if the unit has unlockpoints.

Re: How to set a max spawn value?

Posted: Thu Oct 22, 2009 3:34 pm
by eliminator
oh ok, thanks for this help Aman/Pinguin, i knew that it mean the max unit count, but that i have to make pointstounlook i didn't know...
Thanks :D