Opening up components, I get errors like the following:
line 3333: Input string was not in a correct format.
When I look at the line, I see this:
Code:
Weapon Space At Range Distance Increment := 10.0 + (Get_Empire_Tech_Level("Magnetic Acceleration") * 10)
As far as I know, unless the line has a "Formula" at the end, it can't accept formula-type strings. Is this particular line special? Is it legal to have a formula here?