.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V > SEV Modders Knowledge Base

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old October 28th, 2006, 04:55 AM

pujal pujal is offline
Private
 
Join Date: Oct 2006
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
pujal is on a distinguished road
Default Re: You\'re thoughts please!

Digging through the ai scripts, found this:
Code:

//------------------------------------------------------------------------
// Compute_Spending_Resources
//------------------------------------------------------------------------
function Compute_Spending_Resources returns boolean
params
vars
total_resources: Resources
begin
return TRUE

call total_resources.clear()
call total_resources.Add(Sys_AI_Empire_Stats_Get_Curren t_Resources(sys_long_Player_ID))
call total_resources.Subtract(Sys_AI_Empire_Stats_Get_T otal_Queue_Usage_Per_Turn(sys_long_Player_ID))

call gbl_resources_vehicles.assign(total_resources)
call gbl_resources_vehicles.multiply(lng_Overall_Spendi ng_Pct_Vehicle_Construction / 100)

call gbl_resources_units.assign(total_resources)
call gbl_resources_units.multiply(lng_Overall_Spending_ Pct_Unit_Construction / 100)

call gbl_resources_facilities.assign(total_resources)
call gbl_resources_facilities.multiply(lng_Overall_Spen ding_Pct_Facility_Construction / 100)

end


Correct me if I'm wrong, but this code is never run in the begin/end statements as it returns right at the beginning??
Reply With Quote
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:20 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.