Pouakai It belongs in a museum. Moderator Joined Jun 16, 2010 Messages 7,218 Location Aotearoa Nov 20, 2011 #1 Okay, so since culture isn't a proper yield how do I use the <Update> tags to add culture to something which doesn't have it currently?
Okay, so since culture isn't a proper yield how do I use the <Update> tags to add culture to something which doesn't have it currently?
Putmalk Deity Joined Sep 26, 2010 Messages 2,652 Location New York Nov 20, 2011 #2 What is this "something"? A building? If it's a building, then use: Code: <Update> <Where Type="BUILDING_...."/> <Set> <Culture>4</Culture> </Set> </Update>
What is this "something"? A building? If it's a building, then use: Code: <Update> <Where Type="BUILDING_...."/> <Set> <Culture>4</Culture> </Set> </Update>
Pouakai It belongs in a museum. Moderator Joined Jun 16, 2010 Messages 7,218 Location Aotearoa Nov 20, 2011 #3 No, I'm buffing Natural Wonders, but I get how it works now. Thanks mate!