View Single Post
  #27  
Old November 20th, 2006, 01:32 AM

Devnullicus Devnullicus is offline
Sergeant
 
Join Date: Feb 2001
Location: Belmont, CA USA
Posts: 285
Thanks: 0
Thanked 0 Times in 0 Posts
Devnullicus is on a distinguished road
Default Re: Space Empires V Editor 1.2 Released

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?
__________________
How's my Programming? Call 1-800-DEV-NULL
Get the Space Empires V Editor and DevnullMod at http://www.devnullsoftware.com/se5
Reply With Quote