so I don't know much about lua scripts and was wondering if there is a way to count objects.
something along the lines of : "for each object in objects" or an maybe the devs have created inbuilt method like "object.count()".
I'm trying to get naval capacity to increase from something other than space ports or population.
I don't see any modifiers for this except for the naval_capacity_add % increment. while this would suffice for the most part but it's not pretty and for my purposed it would be kinda messy - I'd rather find a way to have a fixed amount :/
Would really appreciate the info ^_^
something along the lines of : "for each object in objects" or an maybe the devs have created inbuilt method like "object.count()".
I'm trying to get naval capacity to increase from something other than space ports or population.
I don't see any modifiers for this except for the naval_capacity_add % increment. while this would suffice for the most part but it's not pretty and for my purposed it would be kinda messy - I'd rather find a way to have a fixed amount :/
Would really appreciate the info ^_^