Question with script value |

Hi, can anyone tell me what this value, used in the Script_AI_Construction.txt, does.
gbl_lst_pct_of_space.add(percent_of_space)
Know its got something to do from percent of space on planet building list. But I've seen where 20 is used and It's confusing me a little. Thanks for the help.
He ponders the dangers inherent in the advantages, and advantages inherent in the dangers. - Ts'ao Ts'ao
highlighter/User define lang for NOTEPAD++ for SEV
Crimson Concept Mod for SEV
Crimson

Re: Question with script value
It's not being used. The intent behind it would be to restrict the number of facilities (or units if you wanted) for a planet on a percentage space basis. For example, if the value was 50 for Farms on farming colonies, then those colonies would never use more than 50% of their facility space for farms.




Re: Question with script value
It basicly means that it would add no more then 20% of the total space towards that facility...
so if the facility is 1k (as in stock) and the planet has 20k space, it would add no more then 5 facilites of that type to the planet.