I build a road depot using this code:
Code: Select all
AIRoad.BuildRoadDepot(xyLocation, xyLocation + AIMap.GetTileIndex(0,1))
The depot is build next to an existing road. When a user builds a depot like that, it automatically builds the exit road for him.
Why doesn't it build it for the AI?
Thank,
SummberBulb