View Single Post
  #2  
Old October 8th, 2006, 02:27 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: Planet Type and Colony tech

You can make OR requirements. It would look something like:

Requirements Evaluation Availability := OR
Requirements Evaluation Allows Placement := TRUE
Requirements Evaluation Allows Usage := TRUE
Requirement 1 Description := Empire must have at least tech level 1 in A.
Requirement 1 Formula := Get_Empire_Tech_Level("A") >= 1
Requirement 2 Description := Empire must have at least tech level 1 in B.
Requirement 2 Formula := Get_Empire_Tech_Level("B") >= 1
Requirement 3 Description := Empire must have at least tech level 1 in C.
Requirement 3 Formula := Get_Empire_Tech_Level("C") >= 1
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote