Aldollin
Chieftain
- Joined
- Mar 7, 2017
- Messages
- 87
Has anyone gotten the NumSupported functionality working with costum units/at all?
i have a costum unit and want to limit the total amount of them you can build with a certain building
looking at the archeologist i found this:
in <Unit_BuildingPrereqs>
so i figured i use that and replace the Unit with my unit and the building with the Monument for testing
if i dont use the Numsupported then the BuildingPrereq works, i can build my unit but only after the monument is build
but if i put NumSupported="1" the unit does not show up at all after building the monument
i have a costum unit and want to limit the total amount of them you can build with a certain building
looking at the archeologist i found this:
Code:
<Row Unit="UNIT_ARCHAEOLOGIST" PrereqBuilding="BUILDING_MUSEUM_ARTIFACT" NumSupported="1"/>
so i figured i use that and replace the Unit with my unit and the building with the Monument for testing
if i dont use the Numsupported then the BuildingPrereq works, i can build my unit but only after the monument is build
but if i put NumSupported="1" the unit does not show up at all after building the monument