View Single Post
  #5  
Old April 16th, 2007, 04:23 PM

aegisx aegisx is offline
Second Lieutenant
 
Join Date: Sep 2006
Posts: 482
Thanks: 0
Thanked 0 Times in 0 Posts
aegisx is on a distinguished road
Default Re: Strategy setting

Success...

Adding

set bool_res :=

Sys_Set_Vehicle_Design_Strategy(sys_long_player_id ,design_id,"Capture Enemy Ships")

to the designcreation file in the function Add_Required_Components_To_Design at the case statement for Boarding Ships changes the ship strategy to Capture Enemy Ships.

There is probably a better place to put it, I just put it there because a case statement was already there and it was called.
Reply With Quote