Thread: Script sorting
View Single Post
  #1  
Old November 5th, 2006, 10:24 AM

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 Script sorting

Anyone give an insight on how the sorting works in the AI scripts?

call Sys_Prepare_For_Planet_Sort()
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_BREATHAB LE, FALSE)
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_ENEMIES_ PRESENT_IN_SYSTEM, TRUE)
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_SYSTEM_D ISTANCE_TO_HOME_SYSTEM, TRUE)
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_HAS_GRAN TED_TECH, FALSE)
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_PLANET_S IZE, FALSE)
call Sys_Add_Planet_Sort_Column(SORT_PLANET_BY_TOTAL_PL ANET_VALUE, FALSE)
call Sys_Execute_Planet_Sort(sys_long_Player_ID, lst_AI_Colonizable_Planets)

Is there anyway to print out the list in the debug logs?
Reply With Quote