View Single Post
  #109  
Old October 17th, 2006, 04:43 AM

MrMorden MrMorden is offline
Private
 
Join Date: Oct 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
MrMorden is on a distinguished road
Default Re: Patch Improvements

Well, I know that this is probably far too ambitious for a patch, but if ye shall not ask, ye certainly shall not recieve. Here goes...

User-scriptable AI for spellcasting with decisions

I'd REALLY like to be able to load something like this into my priests.

if(theBattlefield.contains(UNDEAD))
cast(BANISH) //GET RID OF THOSE *%$@#@* UNDEAD! ARGH!!!

While I'm asking for the moon, why not ask for the stars along with it?

getFriendlyUnits(int radius)
getHostileUnits(int radius)
getUnitStrength(unit theUnit)
getUnitResistances(unit theUnit)
getUnitAfflictions(unit theUnit)
&c...

Yes, I'm aware that this is, in all likelihood, utterly unrealistic. But I, and those few of use who can and/or would be willing to learn how to write code would be immensely thrilled. Well, okay, at the very least I would be immensely thrilled.
Reply With Quote