View Single Post
  #359  
Old November 6th, 2006, 11:57 AM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: More data weirdness

That won't give you the total of the two, PES. What it'll do is base the level on the higher of the two (most likely..).

If you want it based on the average between the two, it'd be simpler to do:
((Get_Empire_Tech_Level("Industrial Tech") + Get_Empire_Tech_Level("High Tech")) / 2) >= (1 + ([%Level%] - 1))
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote