Removing all entries

Frossa

Prince
Joined
Apr 29, 2012
Messages
413
Location
Sweden
How do I easily remove all entries to, let's say Building_Flavors? I don't think typing out
Code:
 <Delete BuildingType="BUILDING_SHRINE"/>
for every single Building is a very viable way. Surely there's something you could type to just delete every entry? (Making a total conversion mod and I want to remove all current Units, Buildings and Technologies, as well as the Flavors for each one to make room for new ones)
 
Code:
<GameData>
  <Building_Flavors>
    <Delete/>
  </Building_Flavors>
</GameData>
 
Top Bottom