View Single Post
  #1239  
Old November 3rd, 2007, 05:23 PM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: Mines, Treaties, and Cluster Bombs

There was a small error in the routine that affected Recon Satellites and Medical Ships. Both are working now.

In Script_AI_DesignCreation, If you replace:

Line 2505: set comp_id := Sys_Get_Best_Component_With_Ability(sys_long_Playe r_ID, comp_abil)

with...

if (comp_name <> "") then
set comp_id := Sys_Get_Component_With_Name(sys_long_Player_ID, comp_name)
else
set comp_id := Sys_Get_Best_Component_With_Ability(sys_long_Playe r_ID, comp_abil)
endif

It'll be fixed.
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote