Outpost Universe Forums

Projects & Development => Outpost 2 Programming & Development => Topic started by: Sirbomber on September 16, 2009, 10:50:44 PM

Title: Ai Questions
Post by: Sirbomber on September 16, 2009, 10:50:44 PM
Sorry, don't have time to use the search button.

Is there a way to tell what vehicle a VF is producing and then, after it's been produced, grab it and tell it to do something without using a bunch of locations and unit enumerators?
Title: Ai Questions
Post by: Hooman on September 16, 2009, 11:42:00 PM
You could potentially use groups. Have the factory produce a unit for a group (or have the group demand the factory build it something), and then check the group for new units.

You can probably use a mem hack to find out if/what a factory is producing.
 
Title: Ai Questions
Post by: Sirbomber on September 17, 2009, 07:51:43 AM
So what you're getting at is "yes, but it would actually be harder to do it that way."  Am I right?