Skyer
Warlord
How to remove advisors recomendations when building or researching something?
Skyer said:Both options are turned off(in fact - all the options in "Options" menu are turned off), but recommendations are still there.
Bezurn said:Not exactly sure if this will work, or it may even bork the game, but worth a shot.
def getRecommendedUnit(self,argsList):
pCity = argsList[0]
return UnitTypes.NO_UNIT
def getRecommendedBuilding(self,argsList):
pCity = argsList[0]
return BuildingTypes.NO_BUILDING